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:
parent
202082d389
commit
784b89375e
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user