opensubscriber
   Find in this group all groups
 
Unknown more information…

e : emacs-devel@gnu.org 12 June 2005 • 9:26AM -0400

Re: debugging.texi
by Luc Teirlinck

REPLY TO AUTHOR
 
REPLY TO GROUP




What about the following additional change:

===File ~/debug.el-diff=====================================
*** debug.el 11 Jun 2005 18:36:43 -0500 1.84
--- debug.el 11 Jun 2005 19:22:48 -0500
***************
*** 698,706 ****
  To specify a nil argument interactively, exit with an empty minibuffer."
    (interactive
     (list (let ((name
! (completing-read "Cancel debug on entry (to function): "
! (mapcar 'symbol-name debug-function-list)
! nil t nil)))
      (if name (intern name)))))
    (if (and function (not (string= function "")))
        (progn
--- 698,706 ----
  To specify a nil argument interactively, exit with an empty minibuffer."
    (interactive
     (list (let ((name
! (completing-read
! "Cancel debug on entry to function (default: all functions): "
! (mapcar 'symbol-name debug-function-list) nil t nil)))
      (if name (intern name)))))
    (if (and function (not (string= function "")))
        (progn
============================================================


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu....
http://lists.gnu.org/mailman/listinfo/emacs-devel

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.