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:
parent
7663ea748d
commit
1a825e5d29
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user