changeset 40191:296982d27c41

Remove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 22 Oct 2001 17:19:55 +0000
parents 9ba78bf11cf1
children b6d0eebcd0ba
files lisp/help-mode.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-mode.el	Mon Oct 22 16:17:29 2001 +0000
+++ b/lisp/help-mode.el	Mon Oct 22 17:19:55 2001 +0000
@@ -234,8 +234,6 @@
   "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)