1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

Remove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.

This commit is contained in:
Pavel Janík 2001-10-22 17:24:42 +00:00
parent 202082d389
commit 784b89375e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* help-mode.el (help-buffer): Remove debugging code.
From Stefan Monnier <monnier@cs.yale.edu>.
2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
* files.el (file-name-sans-extension, file-name-extension): Don't

View File

@ -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)