From 927bebcd4b57303db3c32042e14e2175ab22ab8b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 17 Feb 2022 16:35:03 +0200 Subject: [PATCH] Resurrect innocent joke in byte-opt.el * lisp/emacs-lisp/byte-opt.el: Resurrect innocent joke in a comment. --- lisp/emacs-lisp/byte-opt.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5