diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/dired-x.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el index 0d29dabecb6..bd695b322e5 100644 --- a/lisp/dired-x.el +++ b/lisp/dired-x.el @@ -170,8 +170,7 @@ plus those ending with extensions in `dired-omit-extensions'." (revert-buffer))) ;; For backward compatibility -(defvaralias 'dired-omit-files-p 'dired-omit-mode) -(make-obsolete-variable 'dired-omit-files-p 'dired-omit-mode) +(define-obsolete-variable-alias 'dired-omit-files-p 'dired-omit-mode "22.1") (defcustom dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$" "*Filenames matching this regexp will not be displayed. |