projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253929f
)
* lisp/dired-x.el (dired-omit-here-always): Correct error message
author
Glenn Morris
<rgm@gnu.org>
Wed, 16 Mar 2016 21:38:27 +0000
(17:38 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 16 Mar 2016 21:38:27 +0000
(17:38 -0400)
for 2016-01-25 change.
lisp/dired-x.el
patch
|
blob
|
history
diff --git
a/lisp/dired-x.el
b/lisp/dired-x.el
index 84de13d7ef9ba7328e11c46fa544c27fc7cc11e8..088ca81ed8d6c8f2c0a6c22f8685ee3625abad5f 100644
(file)
--- a/
lisp/dired-x.el
+++ b/
lisp/dired-x.el
@@
-816,7
+816,7
@@
If in a Dired buffer, reverts it."
(interactive)
(if (file-exists-p dired-local-variables-file)
(error "Old-style dired-local-variables-file `./%s' found;
-replace it with a dir-locals-file `./%s
.el
'"
+replace it with a dir-locals-file `./%s'"
dired-local-variables-file
dir-locals-file))
(if (file-exists-p dir-locals-file)