dired-omit-mode may not be defined in dired-jump
* lisp/dired.el (dired-jump): dired-omit-mode is in dired-x, so it may not be defined in dired.
This commit is contained in:
parent
4c3f3bf256
commit
227f93abcc
1 changed files with 1 additions and 1 deletions
|
@ -4528,7 +4528,7 @@ Interactively with prefix argument, read FILE-NAME."
|
|||
(dired-insert-subdir (file-name-directory file))
|
||||
(dired-goto-file file))
|
||||
;; Toggle omitting, if it is on, and try again.
|
||||
(when dired-omit-mode
|
||||
(when (bound-and-true-p dired-omit-mode)
|
||||
(dired-omit-mode)
|
||||
(dired-goto-file file)))))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue