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
a4382f98
Commit
a4382f98
authored
Oct 13, 2007
by
Eli Zaretskii
Browse files
(ebrowse-tree-mode): Disable undo in the BROWSE buffer.
parent
1ea40aa2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/ebrowse.el
lisp/progmodes/ebrowse.el
+1
-0
No files found.
lisp/ChangeLog
View file @
a4382f98
2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
* progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
BROWSE buffer.
2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
* cus-start.el (all): Undo previous change.
...
...
lisp/progmodes/ebrowse.el
View file @
a4382f98
...
...
@@ -1139,6 +1139,7 @@ Tree mode key bindings:
(
kill-all-local-variables
)
(
use-local-map
ebrowse-tree-mode-map
)
(
buffer-disable-undo
)
(
unless
(
zerop
(
buffer-size
))
(
goto-char
(
point-min
))
...
...
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