From 6e65ee4120ede148447a4059ef2ddc2c8f52dc4c Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 9 Jun 2024 09:48:57 +0200 Subject: [PATCH] ; * lisp/files.el: Update 'read-library-name' declaration --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2