(ebrowse-tree-mode): Disable undo in the BROWSE buffer.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2007 12:55:26 +0000 (12:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2007 12:55:26 +0000 (12:55 +0000)
lisp/ChangeLog
lisp/progmodes/ebrowse.el

index 06d9f19..1dfae3c 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
+
+       * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
+       BROWSE buffer.
+
 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * cus-start.el (all): Undo previous change.
index 9264bb4..5acbe70 100644 (file)
@@ -1139,6 +1139,7 @@ Tree mode key bindings:
 
     (kill-all-local-variables)
     (use-local-map ebrowse-tree-mode-map)
+    (buffer-disable-undo)
 
     (unless (zerop (buffer-size))
       (goto-char (point-min))