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: ")
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs