mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
Tweak last change to silence compiler warning.
This commit is contained in:
parent
61bfceb690
commit
7e27df5fd6
1 changed files with 2 additions and 0 deletions
|
|
@ -3299,6 +3299,8 @@ Ask means pop up a menu for the user to select one of copy, move or link."
|
|||
;; y-or-n-p, which pops a graphical menu.
|
||||
dired-overwrite-confirmed backup-file)
|
||||
(when (and overwrite
|
||||
;; silence compiler
|
||||
(boundp 'dired-backup-overwrite)
|
||||
dired-backup-overwrite
|
||||
(setq backup-file
|
||||
(car (find-backup-file-name to)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue