summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2014-03-22 16:13:46 +0800
committerLeo Liu <sdl.web@gmail.com>2014-03-22 16:13:46 +0800
commit3e7bc0445f728cdfcf140b2161529b765d997d75 (patch)
tree1364723a0e176abf4d50740f3852ad2df8fab7a3 /lisp/help.el
parent43c75c8eae588a358af95c942742213040240b67 (diff)
downloademacs-3e7bc0445f728cdfcf140b2161529b765d997d75.tar.gz
* help.el (temp-buffer-setup-hook): Remove help-mode-setup.
(temp-buffer-show-hook): Remove help-mode-finish. Fixes: debbugs:16038
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 14dda6456cf..6f096c48445 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -33,10 +33,6 @@
;; or run interpreted, but not when the compiled code is loaded.
(eval-when-compile (require 'help-macro))
-;; This makes `with-output-to-temp-buffer' buffers use `help-mode'.
-(add-hook 'temp-buffer-setup-hook 'help-mode-setup)
-(add-hook 'temp-buffer-show-hook 'help-mode-finish)
-
;; `help-window-point-marker' is a marker you can move to a valid
;; position of the buffer shown in the help window in order to override
;; the standard positioning mechanism (`point-min') chosen by