emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 79ae7fb 2/2: * lisp/dired-x.el (dired-omit-here-a


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 79ae7fb 2/2: * lisp/dired-x.el (dired-omit-here-always): Correct error message
Date: Wed, 16 Mar 2016 21:38:57 +0000

branch: emacs-25
commit 79ae7fbe915f761f166a33f791311eab6b8f6713
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/dired-x.el (dired-omit-here-always): Correct error message
    for 2016-01-25 change.
---
 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 84de13d..088ca81 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]