1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(select-tags-table): Disable undo in the `*Tags Table List*' buffer.

This commit is contained in:
Glenn Morris 2007-10-14 02:52:40 +00:00
parent 7663ea748d
commit 1a825e5d29
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-10-14 Glenn Morris <rgm@gnu.org>
* progmodes/etags.el (select-tags-table): Disable undo in the
`*Tags Table List*' buffer.
2007-10-13 Eli Zaretskii <eliz@gnu.org>
* dired.el (dired-warn-writable): New face.

View File

@ -1904,7 +1904,8 @@ The list of tags tables to select from is stored in `tags-table-set-list';
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)