* lisp/emacs-lisp/package.el (package-generate-autoloads):
Inhibit backup files.
This commit is contained in:
parent
632fd57c5b
commit
c63982dd7d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
|
||||
|
||||
* emacs-lisp/package.el (package-generate-autoloads):
|
||||
Inhibit backup files.
|
||||
|
||||
2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
|
||||
|
|
|
@ -647,6 +647,7 @@ EXTRA-PROPERTIES is currently unused."
|
|||
(let* ((auto-name (format "%s-autoloads.el" name))
|
||||
;;(ignore-name (concat name "-pkg.el"))
|
||||
(generated-autoload-file (expand-file-name auto-name pkg-dir))
|
||||
(backup-inhibited t)
|
||||
(version-control 'never))
|
||||
(package-autoload-ensure-default-file generated-autoload-file)
|
||||
(update-directory-autoloads pkg-dir)
|
||||
|
|
Loading…
Add table
Reference in a new issue