]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable no-byte-compile in built-in themes
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 9 May 2018 21:30:48 +0000 (22:30 +0100)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 13 Jul 2018 15:28:16 +0000 (11:28 -0400)
* etc/themes/adwaita-theme.el:
* etc/themes/deeper-blue-theme.el:
* etc/themes/dichromacy-theme.el:
* etc/themes/leuven-theme.el:
* etc/themes/light-blue-theme.el:
* etc/themes/manoj-dark-theme.el:
* etc/themes/misterioso-theme.el:
* etc/themes/tango-dark-theme.el:
* etc/themes/tango-theme.el:
* etc/themes/tsdh-dark-theme.el:
* etc/themes/tsdh-light-theme.el:
* etc/themes/wheatgrass-theme.el:
* etc/themes/whiteboard-theme.el:
* etc/themes/wombat-theme.el: Disable no-byte-compile.

https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00614.html
https://lists.gnu.org/archive/html/emacs-devel/2018-02/msg00060.html

14 files changed:
etc/themes/adwaita-theme.el
etc/themes/deeper-blue-theme.el
etc/themes/dichromacy-theme.el
etc/themes/leuven-theme.el
etc/themes/light-blue-theme.el
etc/themes/manoj-dark-theme.el
etc/themes/misterioso-theme.el
etc/themes/tango-dark-theme.el
etc/themes/tango-theme.el
etc/themes/tsdh-dark-theme.el
etc/themes/tsdh-light-theme.el
etc/themes/wheatgrass-theme.el
etc/themes/whiteboard-theme.el
etc/themes/wombat-theme.el

index b3761535109c42182347db3bd82bb565d18de633..415db8a191149119150541d453cbbd7355552891 100644 (file)
@@ -99,8 +99,4 @@ default look of the Gnome 3 desktop.")
    `(diff-added ((,class (:bold t :foreground "#4E9A06"))))
    `(diff-removed ((,class (:bold t :foreground "#F5666D"))))))
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; adwaita-theme.el  ends here
index c6aa1751f4a2489f2d28b3ee2a000554101abcc9..0700f4f23ddbd721d9bbd6b2aec13ac579d08c36 100644 (file)
 
 (provide-theme 'deeper-blue)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; deeper-blue-theme.el ends here
index 793209c055bec38b430b1f42e2cb2da82d1060ca..bfced43aee75d3bc18ebcb1302f190786c874892 100644 (file)
@@ -122,8 +122,4 @@ Ansi-Color faces are included.")
 
 (provide-theme 'dichromacy)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; dichromacy-theme.el ends here
index 5c0d19ce8104ca6f17389e87c2be5c22b8e5bffd..c3c666588b1143adbb88cd2679c266b628b9b54f 100644 (file)
@@ -708,7 +708,6 @@ Semantic, and Ansi-Color faces are included -- and much more...")
 ;; time-stamp-format: "%:y%02m%02d.%02H%02M"
 ;; time-stamp-start: "Version: "
 ;; time-stamp-end: "$"
-;; no-byte-compile: t
 ;; End:
 
 ;;; leuven-theme.el ends here
index 9935c565fb588864300cc3b59e7c3807bd3e3174..ba00db6a4916d494bee6ac9356c17ef1823c2194 100644 (file)
@@ -61,8 +61,4 @@
 
 (provide-theme 'light-blue)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; light-blue-theme.el ends here
index fe61441d788ee5a07a92cb4332e0f8a21fdb77bb..ddcaa0bd9949ed9046e5608b1973749320ba638c 100644 (file)
@@ -700,8 +700,4 @@ jarring angry fruit salad look to reduce eye fatigue.")
 
 (provide-theme 'manoj-dark)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; manoj-dark.el ends here
index 42e448d28b9a61e5795d25ec64068613bf16ac3a..6c1eec0f421399909c8c8ca4fbe6c3c466e0bc03 100644 (file)
 
 (provide-theme 'misterioso)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; misterioso-theme.el  ends here
index 3b6eeb702eb5ee04cb99e51f5a5151cf54dc3529..dae77a5e6232c025aa8f16c0f9e0ce9b96d7ac28 100644 (file)
@@ -170,8 +170,4 @@ Semantic, and Ansi-Color faces are included.")
 
 (provide-theme 'tango-dark)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; tango-dark-theme.el ends here
index a7a79c04adb5f8087ef3a26f97ae7834dac079a6..4fe2480bc7abc23f2fcdf5001aac0c6a08c943d4 100644 (file)
@@ -154,8 +154,4 @@ Semantic, and Ansi-Color faces are included.")
 
 (provide-theme 'tango)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; tango-theme.el ends here
index 287fef82534fae0aa7d61c3460c64c6545ac3ff4..c216750cb2da39846c26fab8fc1615225b27690f 100644 (file)
 
 (provide-theme 'tsdh-dark)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; tsdh-dark-theme.el ends here
index 17a86fdbfea090e9ff4f2b199927772ffbbd1c5d..ce9d1a2c3ce46227b26a8ceeff8216f143a00c9d 100644 (file)
@@ -106,9 +106,4 @@ Used and created by Tassilo Horn.")
 
 (provide-theme 'tsdh-light)
 
-
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; tsdh-light-theme.el ends here
index 9585e3aa6efffb9e7420899e76c7b249dff67e4f..8d34c28bf43b44abc009fe3dc2a6294236f147b0 100644 (file)
@@ -83,8 +83,4 @@ of green, brown, and blue.")
 
 (provide-theme 'wheatgrass)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; wheatgrass-theme.el ends here
index 5db0ddd68de58f55c25045f639b7c1b402148559..fe46cb092805d012c97b96a2c8b776d5599b5f05 100644 (file)
 
 (provide-theme 'whiteboard)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; whiteboard-theme.el ends here
index 583b8dc3f6fd109d32d0f06b4ba159d2e45059fa..00f29bb9fa60eed313d3ff176fcec72990433a5c 100644 (file)
@@ -102,8 +102,4 @@ are included.")
 
 (provide-theme 'wombat)
 
-;; Local Variables:
-;; no-byte-compile: t
-;; End:
-
 ;;; wombat-theme.el ends here