From: Glenn Morris Date: Sat, 11 May 2013 23:58:36 +0000 (-0700) Subject: * lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~229^2~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0060ac73c0c2e67f4780909ed9b9600f85de4baf;p=emacs.git * lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e10c828de5..cc1703b2ca9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-05-11 Glenn Morris + * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix. + * cus-dep.el (custom-make-dependencies): Only use safe local variables. Treat cc-provide like provide. diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index edaecd7ff19..dbb4a239f02 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -52,7 +52,10 @@ FormFeed character.") (defvar generated-autoload-load-name nil "Load name for `autoload' statements generated from autoload cookies. -If nil, this defaults to the file name, sans extension.") +If nil, this defaults to the file name, sans extension. +Typically, you need to set this when the directory containing the file +is not in `load-path'. +This also affects the generated cus-load.el file.") ;;;###autoload (put 'generated-autoload-load-name 'safe-local-variable 'stringp)