diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-04 01:41:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-04 01:41:34 +0000 |
commit | 3785d1c8a89842d647ea02118b82017619d135c1 (patch) | |
tree | 4ee7b7fdd0f6d2d4abb12ea3e35163803b1867c4 /lisp/emacs-lisp/bytecomp.el | |
parent | fd752f985a4339cb865a827589d223e10f127b05 (diff) | |
download | emacs-3785d1c8a89842d647ea02118b82017619d135c1.tar.gz emacs-3785d1c8a89842d647ea02118b82017619d135c1.tar.bz2 emacs-3785d1c8a89842d647ea02118b82017619d135c1.zip |
Comment fix.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 155628797e4..9a80fa18315 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -97,8 +97,6 @@ ;;; 'redefine (function cell redefined from ;;; a macro to a lambda or vice versa, ;;; or redefined to take other args) -;;; This defaults to nil in -batch mode, which is -;;; slightly faster. ;;; byte-compile-compatibility Whether the compiler should ;;; generate .elc files which can be loaded into ;;; generic emacs 18. |