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