]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el: Update 'read-library-name' declaration
authorEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 19:15:13 +0000 (21:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 19:15:13 +0000 (21:15 +0200)
lisp/subr.el

index cebf2333eb94827e820137e22676ac675f0b2696..05ce7c281aff63f60cbbf5c9b2d8d5ab8fdcab36 100644 (file)
@@ -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.