projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab66a1
)
(dired-overwrite-confirmed): Supply initial value.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 6 Apr 2008 00:04:52 +0000
(
00:04
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 6 Apr 2008 00:04:52 +0000
(
00:04
+0000)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 8908e5ba4254085ea6124de84024322c412a364f..d7d1d6079993263e1fcca25738283d65897ba4ec 100644
(file)
--- 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.