1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

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

This commit is contained in:
Glenn Morris 2007-10-14 02:52:58 +00:00
parent cedb4d8bb7
commit 9099b37326
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 Glenn Morris <rgm@gnu.org>
* progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.

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)