From: Richard M. Stallman Date: Sun, 16 Dec 2001 17:57:16 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~17685 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf715fcf10efe28aa7554bd22c56f5cf62b54441;p=emacs.git Fix previous change. --- diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 59b2d75b384..63e77bb2595 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -332,8 +332,6 @@ That buffer should be current already." (sym (intern-soft (buffer-substring-no-properties beg end))) (file (and sym (symbol-file sym)))) - (message "sym %s, file %s" sym file) - (recursive-edit) (when file (goto-char beg) ;; help-xref-button needs to operate on something matched