]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't inhibit compilation of emoji.elc
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Nov 2021 14:31:40 +0000 (15:31 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Nov 2021 14:31:40 +0000 (15:31 +0100)
* lisp/international/emoji.el (emoji--generate-file): Further
obfuscate to not inhibit byte compilation.

lisp/international/emoji.el

index bf0f81890ac3d0689bb3b4ce2e8ee5fc196c04c6..f95a9e79c4e8dccc9739b12c78d30e14ea1f8fff 100644 (file)
@@ -382,7 +382,9 @@ character) under point is."
     (insert ";; Local" " Variables:
 ;; coding: utf-8
 ;; version-control: never
-;; no-byte-compile: t
+;; no-byte-"
+            ;; Obfuscate to not inhibit compilation of this file, too.
+            "compile: t
 ;; no-update-autoloads: t
 ;; End: