From: Eli Zaretskii Date: Thu, 17 Feb 2022 14:35:03 +0000 (+0200) Subject: Resurrect innocent joke in byte-opt.el X-Git-Tag: emacs-29.0.90~2263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=927bebcd4b57303db3c32042e14e2175ab22ab8b;p=emacs.git Resurrect innocent joke in byte-opt.el * lisp/emacs-lisp/byte-opt.el: Resurrect innocent joke in a comment. --- 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