From: Eshel Yaron Date: Sun, 9 Jun 2024 19:15:13 +0000 (+0200) Subject: ; * lisp/subr.el: Update 'read-library-name' declaration X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=285db2bbd4f46b1136b8b9ba6b64ff41c50219ff;p=emacs.git ; * lisp/subr.el: Update 'read-library-name' declaration --- diff --git a/lisp/subr.el b/lisp/subr.el index cebf2333eb9..05ce7c281af 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -3122,7 +3122,7 @@ instead." eln-file))))) elc-file))))) -(declare-function read-library-name "find-func" nil) +(declare-function read-library-name "find-func" (&optional prompt)) (defun locate-library (library &optional nosuffix path interactive-call) "Show the precise file name of Emacs library LIBRARY.