* lisp/dired-x.el (dired-omit-here-always): Replace undefined function
removed 2016-01-30. ; Do not merge to master.
This commit is contained in:
parent
ce533897e0
commit
253929fee3
1 changed files with 2 additions and 3 deletions
|
@ -819,9 +819,8 @@ If in a Dired buffer, reverts it."
|
|||
replace it with a dir-locals-file `./%s.el'"
|
||||
dired-local-variables-file
|
||||
dir-locals-file))
|
||||
(if (dir-locals--all-files default-directory)
|
||||
(message "File `./%s' already exists."
|
||||
(car (dir-locals--all-files default-directory)))
|
||||
(if (file-exists-p dir-locals-file)
|
||||
(message "File `./%s' already exists." dir-locals-file)
|
||||
(add-dir-local-variable 'dired-mode 'subdirs nil)
|
||||
(add-dir-local-variable 'dired-mode 'dired-omit-mode t)
|
||||
;; Run extra-hooks and revert directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue