diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-04 20:22:15 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-04 20:22:15 -0400 |
commit | a6b6ab22d54fea02bd93d906b15cc82d7a11744c (patch) | |
tree | 5edac3ecb485ce5c9bf6d102db1ca6a6adaf3d8a /lisp/emacs-lisp/debug.el | |
parent | 7ccf25770a600034881b19f6923882b0e06609b6 (diff) | |
download | emacs-a6b6ab22d54fea02bd93d906b15cc82d7a11744c.tar.gz |
* lisp/emacs-lisp/debug.el (help-xref-interned): Update declaration.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r-- | lisp/emacs-lisp/debug.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index ce5c7863c3c..9d32ba241de 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -731,7 +731,8 @@ Complete list of commands: (buffer-substring (line-beginning-position 0) (line-end-position 0))))) -(declare-function help-xref-interned "help-mode" (symbol)) +(declare-function help-xref-interned "help-mode" + (symbol &optional buffer frame)) (defun debug-help-follow (&optional pos) "Follow cross-reference at POS, defaulting to point. |