1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge remote-tracking branch 'savannah/master' into HEAD

This commit is contained in:
Andrea Corallo 2020-04-03 19:06:57 +01:00
commit fcce8dd361
11 changed files with 146 additions and 45 deletions

View file

@ -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.