summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-opt.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-02-17 16:35:03 +0200
committerEli Zaretskii <eliz@gnu.org>2022-02-17 16:35:03 +0200
commit927bebcd4b57303db3c32042e14e2175ab22ab8b (patch)
treed3ae1580a3d6eae210a279f1e196582610106614 /lisp/emacs-lisp/byte-opt.el
parenta3c5638db653fe3458256d9e58ba41ff50962b83 (diff)
downloademacs-927bebcd4b57303db3c32042e14e2175ab22ab8b.tar.gz
emacs-927bebcd4b57303db3c32042e14e2175ab22ab8b.tar.bz2
emacs-927bebcd4b57303db3c32042e14e2175ab22ab8b.zip
Resurrect innocent joke in byte-opt.el
* lisp/emacs-lisp/byte-opt.el: Resurrect innocent joke in a comment.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r--lisp/emacs-lisp/byte-opt.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el
index 3ca0472efba..0a79bf9b797 100644
--- a/lisp/emacs-lisp/byte-opt.el
+++ b/lisp/emacs-lisp/byte-opt.el
@@ -29,7 +29,11 @@
;; "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:
;;
;; ;; An awful lot of functions always return a non-nil value. If they're