]> code.delx.au - gnu-emacs-elpa/commitdiff
Manually add autoloads file to keep 'custom-theme-load-path in sync
authorMatthew Carter <m@ahungry.com>
Fri, 6 Feb 2015 05:32:15 +0000 (00:32 -0500)
committerMatthew Carter <m@ahungry.com>
Fri, 6 Feb 2015 05:32:15 +0000 (00:32 -0500)
ahungry-theme-autoloads.el [new file with mode: 0644]

diff --git a/ahungry-theme-autoloads.el b/ahungry-theme-autoloads.el
new file mode 100644 (file)
index 0000000..36923e1
--- /dev/null
@@ -0,0 +1,18 @@
+;;; ahungry-theme-autoloads.el --- automatically extracted autoloads
+;;
+;;; Code:
+(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
+(when (boundp 'custom-theme-load-path)
+  (add-to-list 'custom-theme-load-path (or (file-name-directory #$) (car load-path))))
+\f
+;;;### (autoloads nil nil ("ahungry-theme-pkg.el" "ahungry-theme.el"
+;;;;;;  "color-theme-ahungry.el") (21716 20244 379937 516000))
+
+;;;***
+\f
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End:
+;;; ahungry-theme-autoloads.el ends here