# HG changeset patch # User Glenn Morris # Date 1192330318 0 # Node ID f2cd5b05a1ee950d83e657b8ac6ef9edcb2f7579 # Parent 5c2151fd63a90310a5cc59c6025e7b6392bbcc4a (select-tags-table): Disable undo in the `*Tags Table List*' buffer. diff -r 5c2151fd63a9 -r f2cd5b05a1ee lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Sun Oct 14 02:49:58 2007 +0000 +++ b/lisp/progmodes/etags.el Sun Oct 14 02:51:58 2007 +0000 @@ -1904,7 +1904,8 @@ see the doc of that variable if you want to add names to the list." (interactive) (pop-to-buffer "*Tags Table List*") - (setq buffer-read-only nil) + (setq buffer-read-only nil + buffer-undo-list t) (erase-buffer) (let ((set-list tags-table-set-list) (desired-point nil)