emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 927bebcd4b: Resurrect innocent joke in byte-opt.el


From: Eli Zaretskii
Subject: master 927bebcd4b: Resurrect innocent joke in byte-opt.el
Date: Thu, 17 Feb 2022 09:35:30 -0500 (EST)

branch: master
commit 927bebcd4b57303db3c32042e14e2175ab22ab8b
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    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 3ca0472efb..0a79bf9b79 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]