emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116839: * help.el (temp-buffer-setup-hook): Remove


From: Leo Liu
Subject: [Emacs-diffs] trunk r116839: * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
Date: Sat, 22 Mar 2014 08:15:20 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116839
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16038
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sat 2014-03-22 16:13:46 +0800
message:
  * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
  (temp-buffer-show-hook): Remove help-mode-finish.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/help.el                   help.el-20091113204419-o5vbwnq5f7feedwu-280
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-03-21 23:20:31 +0000
+++ b/lisp/ChangeLog    2014-03-22 08:13:46 +0000
@@ -1,3 +1,8 @@
+2014-03-22  Leo Liu  <address@hidden>
+
+       * 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  <address@hidden>
 
        * battery.el (battery-linux-sysfs): Search for each field

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2014-03-16 09:26:58 +0000
+++ b/lisp/help.el      2014-03-22 08:13:46 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]