mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 12:03:55 -08:00
(debugger-make-xrefs): Call symbol-file with `defun'.
This commit is contained in:
parent
9f14330b7b
commit
654359e2e3
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ That buffer should be current already."
|
|||
(end (progn (skip-syntax-forward "w_") (point)))
|
||||
(sym (intern-soft (buffer-substring-no-properties
|
||||
beg end)))
|
||||
(file (and sym (symbol-file sym))))
|
||||
(file (and sym (symbol-file sym 'defun))))
|
||||
(when file
|
||||
(goto-char beg)
|
||||
;; help-xref-button needs to operate on something matched
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue