* lisp/dired-x.el (dired-omit-here-always): Correct error message
for 2016-01-25 change.
This commit is contained in:
parent
253929fee3
commit
79ae7fbe91
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue