emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el
Date: Mon, 27 Dec 2004 11:34:41 -0500

Index: emacs/lisp/emacs-lisp/debug.el
diff -c emacs/lisp/emacs-lisp/debug.el:1.63 emacs/lisp/emacs-lisp/debug.el:1.64
*** emacs/lisp/emacs-lisp/debug.el:1.63 Mon Sep  1 15:45:21 2003
--- emacs/lisp/emacs-lisp/debug.el      Mon Dec 27 16:17:46 2004
***************
*** 352,358 ****
               (end (progn (skip-syntax-forward "w_") (point)))
               (sym (intern-soft (buffer-substring-no-properties
                                  beg end)))
!              (file (and sym (symbol-file sym))))
          (when file
            (goto-char beg)
            ;; help-xref-button needs to operate on something matched
--- 352,358 ----
               (end (progn (skip-syntax-forward "w_") (point)))
               (sym (intern-soft (buffer-substring-no-properties
                                  beg end)))
!              (file (and sym (symbol-file sym 'defun))))
          (when file
            (goto-char beg)
            ;; help-xref-button needs to operate on something matched




reply via email to

[Prev in Thread] Current Thread [Next in Thread]