mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 16:40:45 -08:00
Don't break autoload generation of `left-margin' isn't zero
* lisp/emacs-lisp/autoload.el (make-directory-autoloads): Fix autoload generation breakage is left-margin isn't zero (bug#54491).
This commit is contained in:
parent
d74cd0cf1f
commit
fd5fe11211
1 changed files with 3 additions and 0 deletions
|
|
@ -1108,6 +1108,9 @@ directory or directories specified."
|
||||||
;; Files with no autoload cookies or whose autoloads go to other
|
;; Files with no autoload cookies or whose autoloads go to other
|
||||||
;; files because of file-local autoload-generated-file settings.
|
;; files because of file-local autoload-generated-file settings.
|
||||||
(no-autoloads nil)
|
(no-autoloads nil)
|
||||||
|
;; Ensure that we don't do odd things when putting the doc
|
||||||
|
;; strings into the autoloads file.
|
||||||
|
(left-margin 0)
|
||||||
(autoload-modified-buffers nil)
|
(autoload-modified-buffers nil)
|
||||||
(output-time
|
(output-time
|
||||||
(and (file-exists-p output-file)
|
(and (file-exists-p output-file)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue