aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-mode.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-10-22 17:24:42 +0000
committerPavel Janík <[email protected]>2001-10-22 17:24:42 +0000
commit784b89375e7bf03df358cf16b60c398947273cd9 (patch)
treecb521f6002bfadfc9b875edd79c0ca7e7752228f /lisp/help-mode.el
parent202082d3896e4a31fdf9ca9fec66b2872bd0e4cc (diff)
Remove debugging code. From Stefan Monnier <[email protected]>.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r--lisp/help-mode.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index d42bd9ff30..b2b7690101 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -234,8 +234,6 @@ restore it properly when going back."
"Non-nil when following a help cross-reference.")
(defun help-buffer ()
- (unless (equal help-xref-following (eq major-mode 'help-mode))
- (debug))
(buffer-name ;for with-output-to-temp-buffer
(if help-xref-following
(current-buffer)