1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(ebrowse-tree-mode): Disable undo in the BROWSE buffer.

This commit is contained in:
Eli Zaretskii 2007-10-13 12:55:26 +00:00
parent 1ea40aa2f3
commit a4382f9852
2 changed files with 6 additions and 0 deletions

View 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))