Mercurial > emacs
changeset 80445:768abcf8752a
(dired-overwrite-confirmed): Supply initial value.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 06 Apr 2008 00:04:52 +0000 |
parents | 40bd8bbf555a |
children | cb749087dcc9 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Sun Apr 06 00:04:09 2008 +0000 +++ b/lisp/dired-aux.el Sun Apr 06 00:04:52 2008 +0000 @@ -1129,7 +1129,7 @@ (other :tag "ask" t)) :group 'dired) -(defvar dired-overwrite-confirmed) +(defvar dired-overwrite-confirmed nil) (defun dired-handle-overwrite (to) ;; Save old version of file TO that is to be overwritten.