aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-01-29 17:27:13 +0000
committerRichard M. Stallman <[email protected]>2005-01-29 17:27:13 +0000
commit5a0c1883d4226873ef1a55b6943afd6e93b4af77 (patch)
tree52d801540413cdf58563a6714f21036ca64295e6
parentb29b5c248bf4c9114c16826f3c5e9f4b1033b5d9 (diff)
(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 e9503ca883..02661c5551 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -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))