diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-03-27 01:16:58 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-03-27 01:16:58 +0000 |
commit | bdc52f22de7e3026a73c1972b35f0d5b3f628ea1 (patch) | |
tree | 12e78195fb4980ef57aa1e9e84376424f9f9fcef /lisp/dired.el | |
parent | 633e0363f9cf8daf8de419e40ff9f11f7eda1a37 (diff) | |
download | emacs-bdc52f22de7e3026a73c1972b35f0d5b3f628ea1.tar.gz |
(buffer-stale-function): Remove no longer needed defvar.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 29ee70367d5..cfdb57d614c 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1227,8 +1227,6 @@ Do so according to the former subdir alist OLD-SUBDIR-ALIST." ;; Dired mode is suitable only for specially formatted data. (put 'dired-mode 'mode-class 'special) -(defvar buffer-stale-function) - (defun dired-mode (&optional dirname switches) "\ Mode for \"editing\" directory listings. |