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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el
Date: Mon, 16 Jun 2003 14:54:24 -0400

Index: emacs/lisp/emacs-lisp/debug.el
diff -c emacs/lisp/emacs-lisp/debug.el:1.60 emacs/lisp/emacs-lisp/debug.el:1.61
*** emacs/lisp/emacs-lisp/debug.el:1.60 Tue Feb  4 07:53:34 2003
--- emacs/lisp/emacs-lisp/debug.el      Mon Jun 16 14:54:23 2003
***************
*** 1,6 ****
  ;;; debug.el --- debuggers and related commands for Emacs
  
! ;; Copyright (C) 1985, 1986, 1994, 2001 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: lisp, tools, maint
--- 1,6 ----
  ;;; debug.el --- debuggers and related commands for Emacs
  
! ;; Copyright (C) 1985, 1986, 1994, 2001, 2003  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: lisp, tools, maint
***************
*** 178,184 ****
                      (delete-region middlestart (point)))
                    (insert "...\n"))
                  (goto-char (point-min))
!                 (message (buffer-string))
                  (kill-emacs))
                (if (eq (car debugger-args) 'debug)
                    ;; Skip the frames for backtrace-debug, byte-code, and 
debug.
--- 178,184 ----
                      (delete-region middlestart (point)))
                    (insert "...\n"))
                  (goto-char (point-min))
!                 (message "%s" (buffer-string))
                  (kill-emacs))
                (if (eq (car debugger-args) 'debug)
                    ;; Skip the frames for backtrace-debug, byte-code, and 
debug.




reply via email to

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