aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2016-03-16 17:36:57 -0400
committerGlenn Morris2016-03-16 17:36:57 -0400
commit253929fee3c990703f26fc76ccb9ea8b56881772 (patch)
tree966332ddda67f4f12d9275be7cac0abdb97d4945 /lisp
parentce533897e0523dd1930c74789641c5feb96473a3 (diff)
downloademacs-253929fee3c990703f26fc76ccb9ea8b56881772.tar.gz
emacs-253929fee3c990703f26fc76ccb9ea8b56881772.zip
* lisp/dired-x.el (dired-omit-here-always): Replace undefined function
removed 2016-01-30. ; Do not merge to master.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dired-x.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index dccaa9e96ca..84de13d7ef9 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -819,9 +819,8 @@ If in a Dired buffer, reverts it."
819replace it with a dir-locals-file `./%s.el'" 819replace it with a dir-locals-file `./%s.el'"
820 dired-local-variables-file 820 dired-local-variables-file
821 dir-locals-file)) 821 dir-locals-file))
822 (if (dir-locals--all-files default-directory) 822 (if (file-exists-p dir-locals-file)
823 (message "File `./%s' already exists." 823 (message "File `./%s' already exists." dir-locals-file)
824 (car (dir-locals--all-files default-directory)))
825 (add-dir-local-variable 'dired-mode 'subdirs nil) 824 (add-dir-local-variable 'dired-mode 'subdirs nil)
826 (add-dir-local-variable 'dired-mode 'dired-omit-mode t) 825 (add-dir-local-variable 'dired-mode 'dired-omit-mode t)
827 ;; Run extra-hooks and revert directory. 826 ;; Run extra-hooks and revert directory.