diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-08-25 17:43:50 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-08-25 17:43:59 +0200 |
commit | 1c0fb3de474de888436e5d1806d27b2e262ab60a (patch) | |
tree | a862f49b7ffddd9c612cf24f9c5d1825d4a24d51 /lisp/emacs-lisp/bytecomp.el | |
parent | d913b3d82d8efcd3b561a768daf8231b19daf376 (diff) | |
download | emacs-1c0fb3de474de888436e5d1806d27b2e262ab60a.tar.gz emacs-1c0fb3de474de888436e5d1806d27b2e262ab60a.tar.bz2 emacs-1c0fb3de474de888436e5d1806d27b2e262ab60a.zip |
; Delete code commented out since 1992
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 c98d02b1ec1..7feaf118b86 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1879,8 +1879,6 @@ It is too wide if it has any lines longer than the largest of (byte-compile-dynamic byte-compile-dynamic) (byte-compile-dynamic-docstrings byte-compile-dynamic-docstrings) - ;; (byte-compile-generate-emacs19-bytecodes - ;; byte-compile-generate-emacs19-bytecodes) (byte-compile-warnings byte-compile-warnings) ;; Indicate that we're not currently loading some file. ;; This is used in `macroexp-file-name' to make sure that |