summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-02-17 14:39:42 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2022-02-17 14:52:04 +0100
commitc1111e944784f68593964e528a9bd0dd6a6314fb (patch)
treea3fd23eb850a9e85e645db974e3d7610f11bac06 /lisp/emacs-lisp
parentdf6e989f7ab1044e6f98be4b503761af07cd370b (diff)
downloademacs-c1111e944784f68593964e528a9bd0dd6a6314fb.tar.gz
emacs-c1111e944784f68593964e528a9bd0dd6a6314fb.tar.bz2
emacs-c1111e944784f68593964e528a9bd0dd6a6314fb.zip
Fix or remove outdated comments
* src/eval.c (funcall_lambda): Rewrite obsolete comment. * src/bytecode.c (exec_byte_code): Remove lying comment and unneeded #define. * lisp/emacs-lisp/byte-opt.el: Remove car. Keep pig. (byte-compile-log-lap-1): Remove obsolete and irrelevant comment.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/byte-opt.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 25898285faa..3ca0472efba 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -29,11 +29,6 @@
;; "No matter how hard you try, you can't make a racehorse out of a pig.
;; You can, however, make a faster pig."
;;
-;; Or, to put it another way, the Emacs byte compiler is a VW Bug. This code
-;; makes it be a VW Bug with fuel injection and a turbocharger... You're
-;; still not going to make it go faster than 70 mph, but it might be easier
-;; to get it there.
-;;
;; TO DO:
;;
@@ -74,10 +69,6 @@
(eval-when-compile (require 'subr-x))
(defun byte-compile-log-lap-1 (format &rest args)
- ;; Newer byte codes for stack-ref make the slot 0 non-nil again.
- ;; But the "old disassembler" is *really* ancient by now.
- ;; (if (aref byte-code-vector 0)
- ;; (error "The old version of the disassembler is loaded. Reload new-bytecomp as well"))
(byte-compile-log-1
(apply #'format-message format
(let (c a)