Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
53bb90ca
Commit
53bb90ca
authored
Oct 24, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(after-find-file): Don't print a message ``New file''
if WARN is nil.
parent
2488aba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/files.el
View file @
53bb90ca
...
...
@@ -1263,7 +1263,7 @@ unless NOMODES is non-nil."
(
format
"%s has auto save data; consider M-x recover-file"
(
file-name-nondirectory
buffer-file-name
))
(
setq
not-serious
t
)
(
if
error
"(New file)"
nil
)))
(
if
(
and
warn
error
)
"(New file)"
nil
)))
((
not
error
)
(
setq
not-serious
t
)
"Note: file is write protected"
)
...
...
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