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
c759a121
Commit
c759a121
authored
Feb 27, 1995
by
Simon Marshall
Browse files
Made revert-buffer message go via substitute-command-keys.
parent
6da3dd3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/dired.el
lisp/dired.el
+3
-1
No files found.
lisp/dired.el
View file @
c759a121
...
...
@@ -420,7 +420,9 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh."
(and (= (car (nth 5 attributes)) (car modtime))
(= (nth 1 (nth 5 attributes)) (cdr modtime)))))
nil
(message "Directory has changed on disk; type `g' to update Dired")))
(message
(substitute-command-keys
"Directory has changed on disk; type \\[revert-buffer] to update Dired"))))
;; Else a new buffer
(setq default-directory
(if (file-directory-p dirname)
...
...
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