* lisp/help.el (temp-buffer-setup-hook,temp-buffer-show-hook): Revert
change on 2014-03-22.
This commit is contained in:
parent
92ae66ae3f
commit
59e4244208
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
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).
|
||||
|
||||
|
|
|
@ -32,6 +32,10 @@
|
|||
;; 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
|
||||
|
|
Loading…
Add table
Reference in a new issue