Mercurial > hg > xemacs-beta
diff lisp/files.el @ 2103:19834ffbffc4
[xemacs-hg @ 2004-05-29 23:57:41 by adrian]
[R21.421.5] [PATCH] xemacs-21.5: Fix assert in make install caused <he0h35d1.fsf@smtpmail.t-online.de>
author | adrian |
---|---|
date | Sat, 29 May 2004 23:57:41 +0000 |
parents | 488b2f76d852 |
children | ce294639d321 |
line wrap: on
line diff
--- a/lisp/files.el Sat May 29 21:50:28 2004 +0000 +++ b/lisp/files.el Sat May 29 23:57:41 2004 +0000 @@ -279,7 +279,7 @@ ; :group 'backup ; :group 'dired) -(defcustom delete-old-versions nil +(defcustom delete-old-versions (when noninteractive 'leave) "*If t, delete excess backup versions silently. If nil, ask confirmation. Any other value prevents any trimming." :type '(choice (const :tag "Delete" t)