Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a61f59b4
Commit
a61f59b4
authored
Aug 06, 1992
by
Joseph Arceneaux
Browse files
*** empty log message ***
parent
1b7d8239
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/files.el
lisp/files.el
+2
-1
No files found.
lisp/files.el
View file @
a61f59b4
...
...
@@ -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? "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment