]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el: Update 'read-library-name' declaration
authorEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 07:48:57 +0000 (09:48 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 07:48:57 +0000 (09:48 +0200)
lisp/files.el

index 54b1f04ce6a1aeb8e9b2f4f636956e8c58ce5234..65499c178659040010849c0a9fc23f68626f8910 100644 (file)
@@ -1251,7 +1251,7 @@ REMOTE is non-nil, search on the remote host indicated by
     (let ((default-directory (file-name-quote default-directory 'top)))
       (locate-file command exec-path exec-suffixes 1))))
 
-(declare-function read-library-name "find-func" nil)
+(declare-function read-library-name "find-func" (&optional prompt))
 
 (defun load-library (library)
   "Load the Emacs Lisp library named LIBRARY.