1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

* lisp/dired-x.el (dired-omit-here-always): Correct error message

for 2016-01-25 change.
This commit is contained in:
Glenn Morris 2016-03-16 17:38:27 -04:00
parent 253929fee3
commit 79ae7fbe91

View File

@ -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)