Skip to content

Instantly share code, notes, and snippets.

@mtmtcode
Created March 28, 2013 17:14
Show Gist options
  • Save mtmtcode/5265077 to your computer and use it in GitHub Desktop.
Save mtmtcode/5265077 to your computer and use it in GitHub Desktop.
fix autoload cookie
--- 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