Disable no-byte-compile in built-in themes

* 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
This commit is contained in:
Basil L. Contovounesios 2018-05-09 22:30:48 +01:00 committed by Stefan Monnier
parent 82e19fede8
commit 530aa469a4
14 changed files with 0 additions and 54 deletions

View 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

View file

@ -110,8 +110,4 @@
(provide-theme 'deeper-blue)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; deeper-blue-theme.el ends here

View 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

View 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

View file

@ -61,8 +61,4 @@
(provide-theme 'light-blue)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; light-blue-theme.el ends here

View 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

View file

@ -103,8 +103,4 @@
(provide-theme 'misterioso)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; misterioso-theme.el ends here

View 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

View 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

View file

@ -144,8 +144,4 @@
(provide-theme 'tsdh-dark)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; tsdh-dark-theme.el ends here

View 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

View 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

View file

@ -100,8 +100,4 @@
(provide-theme 'whiteboard)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; whiteboard-theme.el ends here

View file

@ -102,8 +102,4 @@ are included.")
(provide-theme 'wombat)
;; Local Variables:
;; no-byte-compile: t
;; End:
;;; wombat-theme.el ends here