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:
parent
cedb4d8bb7
commit
9099b37326
2 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue