aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-x.el3
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'."
170 (revert-buffer))) 170 (revert-buffer)))
171 171
172;; For backward compatibility 172;; For backward compatibility
173(defvaralias 'dired-omit-files-p 'dired-omit-mode) 173(define-obsolete-variable-alias 'dired-omit-files-p 'dired-omit-mode "22.1")
174(make-obsolete-variable 'dired-omit-files-p 'dired-omit-mode)
175 174
176(defcustom dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$" 175(defcustom dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.$"
177 "*Filenames matching this regexp will not be displayed. 176 "*Filenames matching this regexp will not be displayed.