Mercurial > emacs
changeset 86198:69eed007ab4b
(eshell-load-defgroups): Don't make backups when saving esh-groups.el.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 17 Nov 2007 10:52:57 +0000 |
parents | d4ebc3e582b0 |
children | b938987c900a |
files | lisp/eshell/esh-module.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-module.el Sat Nov 17 10:33:27 2007 +0000 +++ b/lisp/eshell/esh-module.el Sat Nov 17 10:52:57 2007 +0000 @@ -68,7 +68,9 @@ (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