summaryrefslogtreecommitdiff
path: root/lisp/progmodes/xref.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-05-14 21:35:43 +0800
committerPo Lu <luangruo@yahoo.com>2022-05-14 21:35:43 +0800
commitdbfbae8708d1ccf1015c4aafc151f96ec1caeb0e (patch)
treef0c67f9c593578bcf210083c303c93eba7a0cf00 /lisp/progmodes/xref.el
parent2c4e9985922b106389abf659d63d8dd721f2a9bc (diff)
parent725251094b37727d3acebed22abfb4aa7b9b6592 (diff)
downloademacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.gz
emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.tar.bz2
emacs-dbfbae8708d1ccf1015c4aafc151f96ec1caeb0e.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/progmodes/xref.el')
-rw-r--r--lisp/progmodes/xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 6e763eef018..683589d71c6 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -1549,7 +1549,7 @@ This command is intended to be bound to a mouse event."
(xref-find-references identifier))
(user-error "No identifier here"))))
-(declare-function apropos-parse-pattern "apropos" (pattern))
+(declare-function apropos-parse-pattern "apropos" (pattern &optional do-all))
;;;###autoload
(defun xref-find-apropos (pattern)