summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-27 03:56:38 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-27 03:56:38 +0000
commite637bdf8633aa842af56ccaf81edd29f8bd9a48a (patch)
treea6fcc1f79afce5823ef0b7766deb1b22e63a6f88 /lisp/dired-x.el
parenta6e02a86c73e9aae58fb4e761fba9330effb8cfd (diff)
downloademacs-e637bdf8633aa842af56ccaf81edd29f8bd9a48a.tar.gz
Comments.
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 84cae1ea256..c55ea099cb4 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -652,6 +652,9 @@ Optional fourth argument LOCALP is as in `dired-get-filename'."
(and fn (string-match regexp fn))))
msg)))
+;; check-declare does not handle fset.
+;;;(declare-function dired-omit-old-add-entry "dired-x")
+
;;; REDEFINE.
(defun dired-omit-new-add-entry (filename &optional marker-char relative)
;; This redefines dired-aux.el's dired-add-entry to avoid calling ls for
@@ -1439,6 +1442,8 @@ See also variable `dired-vm-read-only-folders'."
;;; MISCELLANEOUS INTERNAL FUNCTIONS.
+;;;(declare-function dired-old-find-buffer-nocreate "dired-x")
+
(or (fboundp 'dired-old-find-buffer-nocreate)
(fset 'dired-old-find-buffer-nocreate
(symbol-function 'dired-find-buffer-nocreate)))