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: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/debug.el
Date: Sat, 06 Aug 2005 13:09:09 -0400

Index: emacs/lisp/emacs-lisp/debug.el
diff -c emacs/lisp/emacs-lisp/debug.el:1.94 emacs/lisp/emacs-lisp/debug.el:1.95
*** emacs/lisp/emacs-lisp/debug.el:1.94 Sun Jul 10 17:19:07 2005
--- emacs/lisp/emacs-lisp/debug.el      Sat Aug  6 17:08:59 2005
***************
*** 1,7 ****
  ;;; debug.el --- debuggers and related commands for Emacs
  
! ;; Copyright (C) 1985, 1986, 1994, 2001, 2003, 2005
! ;;   Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: lisp, tools, maint
--- 1,7 ----
  ;;; debug.el --- debuggers and related commands for Emacs
  
! ;; Copyright (C) 1985, 1986, 1994, 2001, 2002, 2003, 2004,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
  ;; Keywords: lisp, tools, maint
***************
*** 709,715 ****
     (let ((fn (function-called-at-point)) val)
       (when (debugger-special-form-p fn)
         (setq fn nil))
!      (setq val (completing-read 
                (if fn
                    (format "Debug on entry to function (default %s): " fn)
                  "Debug on entry to function: ")
--- 709,715 ----
     (let ((fn (function-called-at-point)) val)
       (when (debugger-special-form-p fn)
         (setq fn nil))
!      (setq val (completing-read
                (if fn
                    (format "Debug on entry to function (default %s): " fn)
                  "Debug on entry to function: ")




reply via email to

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