Fix: hold autoloads with sources in same directory.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 Feb 2015 01:26:53 +0200
changeset 1228 0743afb0b1a5
parent 1227 e2355b44d39d
child 1229 52e0f3e3ca85
child 1262 daacd1a0408f
Fix: hold autoloads with sources in same directory.
.emacs
--- a/.emacs	Wed Feb 25 01:13:28 2015 +0200
+++ b/.emacs	Wed Feb 25 01:26:53 2015 +0200
@@ -30,7 +30,7 @@
 (if (file-exists-p custom-file)
     (load custom-file))
 
-(defvar my-lisp-autoload (concat user-emacs-directory "loaddefs.el")
+(defvar my-lisp-autoload (concat my-lisp-dir "loaddefs.el")
   "Path to autoload for mode files.")
 (defvar my-lisp-auth (concat user-emacs-directory ".emacs-auth")
   "Path to auth info for Emacs.")