mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
(tags-table-mode): Disable undo.
This commit is contained in:
parent
b51404df27
commit
6da047e741
3 changed files with 5 additions and 6 deletions
|
|
@ -277,8 +277,9 @@ One argument, the tag info returned by `snarf-tag-function'.")
|
|||
(defun tags-table-mode ()
|
||||
"Major mode for tags table file buffers."
|
||||
(interactive)
|
||||
(setq major-mode 'tags-table-mode)
|
||||
(setq mode-name "Tags Table")
|
||||
(setq major-mode 'tags-table-mode
|
||||
mode-name "Tags Table"
|
||||
buffer-undo-list t)
|
||||
(initialize-new-tags-table))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue