From: Glenn Morris Date: Wed, 16 Mar 2016 21:38:27 +0000 (-0400) Subject: * lisp/dired-x.el (dired-omit-here-always): Correct error message X-Git-Tag: emacs-25.0.93~89^2~52^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79ae7fbe915f761f166a33f791311eab6b8f6713;p=emacs.git * lisp/dired-x.el (dired-omit-here-always): Correct error message for 2016-01-25 change. --- 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." (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)