1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00

(Man-getpage-in-background): Disable undo in Man buffer.

This commit is contained in:
Richard M. Stallman 2005-01-29 17:27:13 +00:00
parent b29b5c248b
commit 5a0c1883d4

View File

@ -697,6 +697,7 @@ all sections related to a subject, put something appropriate into the
(setq buffer (generate-new-buffer bufname))
(save-excursion
(set-buffer buffer)
(setq buffer-undo-list t)
(setq Man-original-frame (selected-frame))
(setq Man-arguments man-args))
(let ((process-environment (copy-sequence process-environment))