Remove debugging code. From Stefan Monnier <monnier@cs.yale.edu>.
This commit is contained in:
parent
202082d389
commit
784b89375e
2 changed files with 5 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue