aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-29 17:27:13 +0000
committerRichard M. Stallman2005-01-29 17:27:13 +0000
commit5a0c1883d4226873ef1a55b6943afd6e93b4af77 (patch)
tree52d801540413cdf58563a6714f21036ca64295e6
parentb29b5c248bf4c9114c16826f3c5e9f4b1033b5d9 (diff)
downloademacs-5a0c1883d4226873ef1a55b6943afd6e93b4af77.tar.gz
emacs-5a0c1883d4226873ef1a55b6943afd6e93b4af77.zip
(Man-getpage-in-background): Disable undo in Man buffer.
-rw-r--r--lisp/man.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/man.el b/lisp/man.el
index e9503ca883a..02661c55517 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -697,6 +697,7 @@ all sections related to a subject, put something appropriate into the
697 (setq buffer (generate-new-buffer bufname)) 697 (setq buffer (generate-new-buffer bufname))
698 (save-excursion 698 (save-excursion
699 (set-buffer buffer) 699 (set-buffer buffer)
700 (setq buffer-undo-list t)
700 (setq Man-original-frame (selected-frame)) 701 (setq Man-original-frame (selected-frame))
701 (setq Man-arguments man-args)) 702 (setq Man-arguments man-args))
702 (let ((process-environment (copy-sequence process-environment)) 703 (let ((process-environment (copy-sequence process-environment))