aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 6e10b596e23..a84a7aca52c 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -352,7 +352,7 @@ That buffer should be current already."
352 (end (progn (skip-syntax-forward "w_") (point))) 352 (end (progn (skip-syntax-forward "w_") (point)))
353 (sym (intern-soft (buffer-substring-no-properties 353 (sym (intern-soft (buffer-substring-no-properties
354 beg end))) 354 beg end)))
355 (file (and sym (symbol-file sym)))) 355 (file (and sym (symbol-file sym 'defun))))
356 (when file 356 (when file
357 (goto-char beg) 357 (goto-char beg)
358 ;; help-xref-button needs to operate on something matched 358 ;; help-xref-button needs to operate on something matched