Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5ec19a11
Commit
5ec19a11
authored
Nov 02, 2007
by
Glenn Morris
Browse files
(tags-table-mode): Disable undo.
parent
b9b4d12c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+3
-2
No files found.
lisp/ChangeLog
View file @
5ec19a11
...
...
@@ -3,6 +3,8 @@
* newcomment.el (comment-indent): Let comment-insert-comment-function,
if defined, do all the work of inserting a new comment.
* progmodes/etags.el (tags-table-mode): Disable undo.
* simple.el (bad-packages-alist): Revert previous change.
2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
...
...
lisp/progmodes/etags.el
View file @
5ec19a11
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment