From: Eshel Yaron Date: Sun, 9 Jun 2024 07:48:57 +0000 (+0200) Subject: ; * lisp/files.el: Update 'read-library-name' declaration X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e65ee4120ede148447a4059ef2ddc2c8f52dc4c;p=emacs.git ; * lisp/files.el: Update 'read-library-name' declaration --- diff --git a/lisp/files.el b/lisp/files.el index 54b1f04ce6a..65499c17865 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.