]> git.eshelyaron.com Git - emacs.git/commitdiff
* help.el (temp-buffer-setup-hook): Remove help-mode-setup.
authorLeo Liu <sdl.web@gmail.com>
Sat, 22 Mar 2014 08:13:46 +0000 (16:13 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sat, 22 Mar 2014 08:13:46 +0000 (16:13 +0800)
(temp-buffer-show-hook): Remove help-mode-finish.

Fixes: debbugs:16038
lisp/ChangeLog
lisp/help.el

index 90a608a069d8d7db8fc12435c7d8a001024d6eba..786710f36891fcecf3f5b672b736bc73d5eb25a6 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-22  Leo Liu  <sdl.web@gmail.com>
+
+       * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
+       (temp-buffer-show-hook): Remove help-mode-finish.  (Bug#16038)
+
 2014-03-21  Richard Stallman  <rms@gnu.org>
 
        * battery.el (battery-linux-sysfs): Search for each field
index 14dda6456cf3981b861471aa0aded0d710933958..6f096c48445324c52f4f0e70e36faf9bf46cb222 100644 (file)
 ;; 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