diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 09:32:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 09:32:42 +0000 |
commit | cf24b82d375aae912f54a9fb5995f93dc407ad73 (patch) | |
tree | 09a743a5994ba55d3af75eb79710ce5070c95374 /lisp/dired-x.el | |
parent | 781424c2f372d40d69d6aa77d62adc236e795323 (diff) | |
download | emacs-cf24b82d375aae912f54a9fb5995f93dc407ad73.tar.gz |
(dired-omit-files-p): Use `define-obsolete-variable-alias'.
Diffstat (limited to 'lisp/dired-x.el')
-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. |