]> git.eshelyaron.com Git - emacs.git/commit
Make autoloading commands prompt for autoload file (Bug#7989)
authorChong Yidong <cyd@stupidchicken.com>
Wed, 4 May 2011 15:38:41 +0000 (11:38 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 4 May 2011 15:38:41 +0000 (11:38 -0400)
commit9ed7c8cbcedaa50750bc1811bda2824e235787e8
tree293efb1bbabb98f3b558790bdb9cc50939a3bce8
parent0898ca10c0109274d24f91453036c065f9f5c056
Make autoloading commands prompt for autoload file (Bug#7989)

* emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
(autoload-find-generated-file): New function.
(generate-file-autoloads): Bind generated-autoload-file to
buffer-file-name.
(update-file-autoloads, update-directory-autoloads): Use
autoload-find-generated-file.  If called interactively, prompt for
output file.
(batch-update-autoloads): Doc fix.
lisp/ChangeLog
lisp/emacs-lisp/autoload.el