diff options
| author | Richard M. Stallman | 1994-01-04 01:41:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-04 01:41:34 +0000 |
| commit | 3785d1c8a89842d647ea02118b82017619d135c1 (patch) | |
| tree | 4ee7b7fdd0f6d2d4abb12ea3e35163803b1867c4 | |
| parent | fd752f985a4339cb865a827589d223e10f127b05 (diff) | |
| download | emacs-3785d1c8a89842d647ea02118b82017619d135c1.tar.gz emacs-3785d1c8a89842d647ea02118b82017619d135c1.zip | |
Comment fix.
| -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 @@ | |||
| 97 | ;;; 'redefine (function cell redefined from | 97 | ;;; 'redefine (function cell redefined from |
| 98 | ;;; a macro to a lambda or vice versa, | 98 | ;;; a macro to a lambda or vice versa, |
| 99 | ;;; or redefined to take other args) | 99 | ;;; or redefined to take other args) |
| 100 | ;;; This defaults to nil in -batch mode, which is | ||
| 101 | ;;; slightly faster. | ||
| 102 | ;;; byte-compile-compatibility Whether the compiler should | 100 | ;;; byte-compile-compatibility Whether the compiler should |
| 103 | ;;; generate .elc files which can be loaded into | 101 | ;;; generate .elc files which can be loaded into |
| 104 | ;;; generic emacs 18. | 102 | ;;; generic emacs 18. |