# HG changeset patch # User Richard M. Stallman # Date 1008525436 0 # Node ID 056999d17bee49624e85d9cb4bf942a83ac73eee # Parent 3a0f6537e4e9cc27fbd26a2faaabfbb1af82a669 Fix previous change. diff -r 3a0f6537e4e9 -r 056999d17bee lisp/emacs-lisp/debug.el --- a/lisp/emacs-lisp/debug.el Sun Dec 16 17:41:30 2001 +0000 +++ b/lisp/emacs-lisp/debug.el Sun Dec 16 17:57:16 2001 +0000 @@ -332,8 +332,6 @@ (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