changeset 79080:80960ac6e90e

(select-tags-table): Disable undo in the `*Tags Table List*' buffer.
author Glenn Morris <rgm@gnu.org>
date Sun, 14 Oct 2007 02:51:16 +0000
parents 1e0460efd25e
children 4f36fa10b069
files lisp/progmodes/etags.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Sun Oct 14 02:50:11 2007 +0000
+++ b/lisp/progmodes/etags.el	Sun Oct 14 02:51:16 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)