diff options
| author | Glenn Morris | 2016-03-16 17:38:27 -0400 |
|---|---|---|
| committer | Glenn Morris | 2016-03-16 17:38:27 -0400 |
| commit | 79ae7fbe915f761f166a33f791311eab6b8f6713 (patch) | |
| tree | 75cb3ff61ba4fe5105498eb0a0ac19a3c45d2210 /lisp | |
| parent | 253929fee3c990703f26fc76ccb9ea8b56881772 (diff) | |
| download | emacs-79ae7fbe915f761f166a33f791311eab6b8f6713.tar.gz emacs-79ae7fbe915f761f166a33f791311eab6b8f6713.zip | |
* lisp/dired-x.el (dired-omit-here-always): Correct error message
for 2016-01-25 change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/dired-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 84de13d7ef9..088ca81ed8d 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el | |||
| @@ -816,7 +816,7 @@ If in a Dired buffer, reverts it." | |||
| 816 | (interactive) | 816 | (interactive) |
| 817 | (if (file-exists-p dired-local-variables-file) | 817 | (if (file-exists-p dired-local-variables-file) |
| 818 | (error "Old-style dired-local-variables-file `./%s' found; | 818 | (error "Old-style dired-local-variables-file `./%s' found; |
| 819 | replace it with a dir-locals-file `./%s.el'" | 819 | replace it with a dir-locals-file `./%s'" |
| 820 | dired-local-variables-file | 820 | dired-local-variables-file |
| 821 | dir-locals-file)) | 821 | dir-locals-file)) |
| 822 | (if (file-exists-p dir-locals-file) | 822 | (if (file-exists-p dir-locals-file) |