summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-12-16 17:57:16 +0000
committerRichard M. Stallman <rms@gnu.org>2001-12-16 17:57:16 +0000
commitcf715fcf10efe28aa7554bd22c56f5cf62b54441 (patch)
tree06454667cb2da9b0f1ffbef53f96a25848ad4f41 /lisp/emacs-lisp/debug.el
parentcad84646a7fc185d7f70b309a242654ffd36168e (diff)
downloademacs-cf715fcf10efe28aa7554bd22c56f5cf62b54441.tar.gz
Fix previous change.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r--lisp/emacs-lisp/debug.el2
1 files changed, 0 insertions, 2 deletions
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