changeset 85265:4fe6aac1d449

(ebrowse-tree-mode): Disable undo in the BROWSE buffer.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Oct 2007 12:55:00 +0000
parents ea8cd162f36b
children 8572d71ddea0
files lisp/progmodes/ebrowse.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/ebrowse.el	Sat Oct 13 12:48:57 2007 +0000
+++ b/lisp/progmodes/ebrowse.el	Sat Oct 13 12:55:00 2007 +0000
@@ -1139,6 +1139,7 @@
 
     (kill-all-local-variables)
     (use-local-map ebrowse-tree-mode-map)
+    (buffer-disable-undo)
 
     (unless (zerop (buffer-size))
       (goto-char (point-min))