]> git.eshelyaron.com Git - emacs.git/commitdiff
(debugger-make-xrefs): Call symbol-file with `defun'.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:17:46 +0000 (16:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:17:46 +0000 (16:17 +0000)
lisp/emacs-lisp/debug.el

index 6e10b596e23e3cb4b89f6b1ab023d2052e4a54bc..a84a7aca52c525c6de4154dadfe36755a2889160 100644 (file)
@@ -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