comparison 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
comparison
equal deleted inserted replaced
2102:7b3675ff333e 2103:19834ffbffc4
277 ; "*When cleaning directory, number of versions to keep." 277 ; "*When cleaning directory, number of versions to keep."
278 ; :type 'integer 278 ; :type 'integer
279 ; :group 'backup 279 ; :group 'backup
280 ; :group 'dired) 280 ; :group 'dired)
281 281
282 (defcustom delete-old-versions nil 282 (defcustom delete-old-versions (when noninteractive 'leave)
283 "*If t, delete excess backup versions silently. 283 "*If t, delete excess backup versions silently.
284 If nil, ask confirmation. Any other value prevents any trimming." 284 If nil, ask confirmation. Any other value prevents any trimming."
285 :type '(choice (const :tag "Delete" t) 285 :type '(choice (const :tag "Delete" t)
286 (const :tag "Ask" nil) 286 (const :tag "Ask" nil)
287 (sexp :tag "Leave" :format "%t\n" other)) 287 (sexp :tag "Leave" :format "%t\n" other))