+2014-08-07 Leo Liu <sdl.web@gmail.com>
+
+ * help.el (temp-buffer-setup-hook,temp-buffer-show-hook): Revert
+ change on 2014-03-22.
+
2014-08-06 Ulf Jasper <ulf.jasper@web.de>
- * calendar/icalendar.el (icalendar--diarytime-to-isotime):
+ * calendar/icalendar.el (icalendar--diarytime-to-isotime):
(icalendar--convert-ordinary-to-ical): Allow for missing minutes
(Bug#13750).
;; 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