From 79ae7fbe915f761f166a33f791311eab6b8f6713 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 16 Mar 2016 17:38:27 -0400 Subject: [PATCH] * lisp/dired-x.el (dired-omit-here-always): Correct error message for 2016-01-25 change. --- lisp/dired-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2