emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/moe-theme 308c42f4d3 071/352: [Fix #4] Remove faulty local


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 308c42f4d3 071/352: [Fix #4] Remove faulty local variables
Date: Fri, 7 Jan 2022 03:59:07 -0500 (EST)

branch: elpa/moe-theme
commit 308c42f4d34a8ef73a024dbec535f6457ac0e1e4
Author: Sebastian Wiesner <lunaryorn@gmail.com>
Commit: Sebastian Wiesner <lunaryorn@gmail.com>

    [Fix #4] Remove faulty local variables
    
    Remove faulty local variables from the theme file.
    
    Remove `no-update-autoloads` because it prevents Emacs from evaluating the 
autoload cookies in this file, so that it ultimately fails to add itself to 
`custom-theme-load-path` and thus cannot be used.  See #4.
    
    Also remove `no-byte-compile` and `version-control` because these are 
really superfluous.
---
 moe-theme.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/moe-theme.el b/moe-theme.el
index 0257ba537a..045ef92261 100644
--- a/moe-theme.el
+++ b/moe-theme.el
@@ -65,9 +65,6 @@
                (file-name-as-directory (file-name-directory load-file-name))))
 
 ;; Local Variables:
-;; version-control: never
-;; no-byte-compile: t
-;; no-update-autoloads: t
 ;; coding: utf-8
 ;; End:
 ;;; moe-theme.el ends here



reply via email to

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