From: Chong Yidong Date: Sun, 6 Apr 2008 00:04:52 +0000 (+0000) Subject: (dired-overwrite-confirmed): Supply initial value. X-Git-Tag: emacs-pretest-22.2.90~235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=305492bbea813b2a39af835598f3310d0ee1e942;p=emacs.git (dired-overwrite-confirmed): Supply initial value. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 8908e5ba425..d7d1d607999 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1129,7 +1129,7 @@ Special value `always' suppresses confirmation." (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.