; fix previous find-function change
This commit is contained in:
parent
d31b202377
commit
da97096fdb
1 changed files with 2 additions and 2 deletions
|
@ -354,13 +354,13 @@ if non-nil)."
|
|||
(setq def nil))
|
||||
(completing-read (format-prompt "Library name" def)
|
||||
table nil nil nil
|
||||
find-function--read-history-library def))
|
||||
'find-function--read-history-library def))
|
||||
(let ((files (read-library-name--find-files dirs suffixes)))
|
||||
(when (and def (not (member def files)))
|
||||
(setq def nil))
|
||||
(completing-read (format-prompt "Library name" def)
|
||||
files nil t nil
|
||||
find-function--read-history-library def)))))
|
||||
'find-function--read-history-library def)))))
|
||||
|
||||
(defun read-library-name--find-files (dirs suffixes)
|
||||
"Return a list of all files in DIRS that match SUFFIXES."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue