summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-04-03 19:06:57 +0100
committerAndrea Corallo <akrl@sdf.org>2020-04-03 19:06:57 +0100
commitfcce8dd3614c4217ef7f908a059c0f5731517782 (patch)
treee73aa236ca79930673a03b5f7024fe5c813450d4 /lisp/emacs-lisp
parent9bf9550836b526d1e72378b2a64385df8d47ac07 (diff)
parent00f7744c1b0f3e6aa59634a28ab671b2203e3900 (diff)
downloademacs-fcce8dd3614c4217ef7f908a059c0f5731517782.tar.gz
emacs-fcce8dd3614c4217ef7f908a059c0f5731517782.tar.bz2
emacs-fcce8dd3614c4217ef7f908a059c0f5731517782.zip
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/find-func.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index fa87b255699..efbcfb3a722 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -287,6 +287,7 @@ Interactively, prompt for LIBRARY using the one at or near point."
(switch-to-buffer (find-file-noselect (find-library-name library)))
(run-hooks 'find-function-after-hook)))
+;;;###autoload
(defun read-library-name ()
"Read and return a library name, defaulting to the one near point.