Created
March 28, 2013 17:14
-
-
Save mtmtcode/5265077 to your computer and use it in GitHub Desktop.
fix autoload cookie
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- skk-xemacs.el.~1.100.~ 2013-03-29 02:08:10.000000000 +0900 | |
+++ skk-xemacs.el 2013-03-29 02:08:19.000000000 +0900 | |
@@ -39,7 +39,7 @@ | |
(autoload 'display-pixel-height "frame") | |
(autoload 'display-pixel-width "frame")) | |
-;;;###autoload (unless (noninteractive) (require 'skk-setup)) | |
+;;;###autoload (unless noninteractive (require 'skk-setup)) | |
;; Variables. | |
(defvar skk-xemacs-extent-alist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment