projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63b506e
)
Fix Bug#30663
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 14 May 2018 15:12:16 +0000
(17:12 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 14 May 2018 15:12:16 +0000
(17:12 +0200)
* lisp/dired.el (dired-revert):
Call `hack-dir-local-variables-non-file-buffer'. (Bug#30663)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 41b46d463a25a8769df43e01086e4460d776ce0f..1348df6934bec96bb4be1b35561cd04fa782fb76 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1443,7
+1443,8
@@
ARG and NOCONFIRM, passed from `revert-buffer', are ignored."
(dolist (dir hidden-subdirs)
(if (dired-goto-subdir dir)
(dired-hide-subdir 1))))
- (unless modflag (restore-buffer-modified-p nil)))
+ (unless modflag (restore-buffer-modified-p nil))
+ (hack-dir-local-variables-non-file-buffer))
;; outside of the let scope
;;; Might as well not override the user if the user changed this.
;;; (setq buffer-read-only t)