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
e0d8fc91
Commit
e0d8fc91
authored
Jun 23, 2006
by
Eli Zaretskii
Browse files
Fix a comment.
parent
f83caf70
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 @
e0d8fc91
...
...
@@ -1607,7 +1607,7 @@ Do you want to revisit the file normally now? ")
(kill-buffer buf)
(signal 'file-error (list "
File
is
not
readable
"
filename)))
;; Run find-file-not-found-
hook
s until one returns non-nil.
;; Run find-file-not-found-
function
s until one returns non-nil.
(or (run-hook-with-args-until-success 'find-file-not-found-functions)
;; If they fail too, set error.
(setq error t)))))
...
...
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