diff options
| author | Joseph Arceneaux <jla@gnu.org> | 1992-08-06 02:56:35 +0000 |
|---|---|---|
| committer | Joseph Arceneaux <jla@gnu.org> | 1992-08-06 02:56:35 +0000 |
| commit | a61f59b428b43a9b0457ba51de1d5acef0a0edc0 (patch) | |
| tree | 7dbba037563c3bb1aff9c478e7ee076f83d68f1e | |
| parent | 1b7d82399ab3625766eab4b11271c64b85b6755b (diff) | |
| download | emacs-a61f59b428b43a9b0457ba51de1d5acef0a0edc0.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 118e4d697d6..a59c8eb5f86 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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? " |
