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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el
Date: Tue, 04 Feb 2003 07:53:43 -0500

Index: emacs/lisp/emacs-lisp/debug.el
diff -c emacs/lisp/emacs-lisp/debug.el:1.59 emacs/lisp/emacs-lisp/debug.el:1.60
*** emacs/lisp/emacs-lisp/debug.el:1.59 Sun Jul 28 22:09:19 2002
--- emacs/lisp/emacs-lisp/debug.el      Tue Feb  4 07:53:34 2003
***************
*** 338,344 ****
            ;; Make the unchanged part of the backtrace inaccessible
            ;; so it won't be scanned.
            (narrow-to-region (point-min) new-end)))
!           
        ;; Scan the new part of the backtrace, inserting xrefs.
        (goto-char (point-min))
        (while (progn
--- 338,344 ----
            ;; Make the unchanged part of the backtrace inaccessible
            ;; so it won't be scanned.
            (narrow-to-region (point-min) new-end)))
! 
        ;; Scan the new part of the backtrace, inserting xrefs.
        (goto-char (point-min))
        (while (progn




reply via email to

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