1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(Man-bgproc-sentinel): Move the buffer creation

outside of the binding of case-fold-search.
This commit is contained in:
Richard M. Stallman 1996-11-03 18:55:09 +00:00
parent 5c8ddcfb2e
commit 1223b6c4c7

View File

@ -675,16 +675,16 @@ Same for the ANSI bold and normal escape sequences."
(substring msg 0 eos) msg))))
(goto-char (point-max))
(insert (format "\nprocess %s" msg))
))
(if delete-buff
(kill-buffer Man-buffer)
(if Man-fontify-manpage-flag
(Man-fontify-manpage)
(Man-cleanup-manpage))
(run-hooks 'Man-cooked-hook)
(Man-mode)
(set-buffer-modified-p nil)
))
)))
(if delete-buff
(kill-buffer Man-buffer)
(if Man-fontify-manpage-flag
(Man-fontify-manpage)
(Man-cleanup-manpage))
(run-hooks 'Man-cooked-hook)
(Man-mode)
(set-buffer-modified-p nil)
)
;; Restore case-fold-search before calling
;; Man-notify-when-ready because it may switch buffers.