diff options
author | Kenichi Handa <handa@m17n.org> | 2012-01-21 20:36:42 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2012-01-21 20:36:42 +0900 |
commit | 678fb7066698ebfe3aecba722294025ed26da01b (patch) | |
tree | 951ac3055141d950974051d13c10e5d7c6a98e31 /lisp/emacs-lisp/byte-run.el | |
parent | 71784361eb381ec2b12bd8283724a7addec49079 (diff) | |
parent | 959ad23fb9020a121c4520946835e9f0aeb9bcb2 (diff) | |
download | emacs-678fb7066698ebfe3aecba722294025ed26da01b.tar.gz emacs-678fb7066698ebfe3aecba722294025ed26da01b.tar.bz2 emacs-678fb7066698ebfe3aecba722294025ed26da01b.zip |
merge trunk
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r-- | lisp/emacs-lisp/byte-run.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index f79add14836..dc7166bc2ea 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -1,6 +1,6 @@ ;;; byte-run.el --- byte-compiler support for inlining -;; Copyright (C) 1992, 2001-2011 Free Software Foundation, Inc. +;; Copyright (C) 1992, 2001-2012 Free Software Foundation, Inc. ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Hallvard Furuseth <hbf@ulrik.uio.no> |