]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/autoload.el: Improve last change
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Jan 2021 22:57:15 +0000 (17:57 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Jan 2021 22:57:15 +0000 (17:57 -0500)
commit7d7bfbf0346114b116e14a4338ea235d12674f13
tree3faa31cbe70fbda6f6bc3e12480b771749fdd2e2
parent048b1aaec8d5cd4ce6e6a5a9b8091608d0af81a6
* lisp/emacs-lisp/autoload.el: Improve last change

It turns out there were other places that used `custom-initialize-delay`
on autoloaded variables and used various hacks to make it work with
`autoload.el`.  The new code makes those hacks unneeded.
Also, there's no point trying to "optimize" those rare cases anyway,
so I simplified the `autoload.el` code for those cases.

(make-autoload): For non-trivial cases,
just include the whole `defcustom` instead of trying to mimic it.

* lisp/mail/rmail.el (rmail-spool-directory): Remove hacks.
* lisp/info.el (Info-default-directory-list): Remove `progn` hack.

* lisp/custom.el (custom-declare-variable)
(custom-handle-all-keywords): Don't use pseudo-group `nil`.
lisp/custom.el
lisp/emacs-lisp/autoload.el
lisp/info.el
lisp/mail/rmail.el