Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c63982dd
Commit
c63982dd
authored
May 28, 2014
by
Thien-Thi Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/emacs-lisp/package.el (package-generate-autoloads):
Inhibit backup files.
parent
632fd57c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+1
-0
No files found.
lisp/ChangeLog
View file @
c63982dd
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
...
...
lisp/emacs-lisp/package.el
View file @
c63982dd
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment