mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
*** empty log message ***
This commit is contained in:
parent
1b7d82399a
commit
a61f59b428
1 changed files with 2 additions and 1 deletions
|
|
@ -290,7 +290,8 @@ If the current buffer now contains an empty file that you just visited
|
|||
(and file
|
||||
(setq file-name (file-name-nondirectory file)
|
||||
file-dir (file-name-directory file)))
|
||||
(list (read-file-name "Find alternate file: " file-dir nil nil file-name))))
|
||||
(list (read-file-name
|
||||
"Find alternate file: " file-dir nil nil file-name))))
|
||||
(and (buffer-modified-p)
|
||||
;; (not buffer-read-only)
|
||||
(not (yes-or-no-p (format "Buffer %s is modified; kill anyway? "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue