mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
Comments.
This commit is contained in:
parent
a6e02a86c7
commit
e637bdf863
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user