(eshell-load-defgroups): Don't make backups when saving esh-groups.el.
This commit is contained in:
parent
221bb7f677
commit
4e60b1b66c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-11-17 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* eshell/esh-module.el (eshell-load-defgroups): Don't make backups
|
||||
when saving esh-groups.el.
|
||||
|
||||
2007-11-17 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* wid-edit.el (widget-default-complete):
|
||||
|
|
|
@ -68,7 +68,9 @@ customizing the variable `eshell-modules-list'."
|
|||
(if defgroup
|
||||
(insert defgroup "\n\n")))
|
||||
(setq files (cdr files))))
|
||||
(save-buffer))))
|
||||
;; Don't make backups, to avoid prompting the user if there are
|
||||
;; excess backup versions.
|
||||
(save-buffer 0))))
|
||||
|
||||
;; load the defgroup's for the standard extension modules, so that
|
||||
;; documentation can be provided when the user customize's
|
||||
|
|
Loading…
Add table
Reference in a new issue