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
483bdbb3
Commit
483bdbb3
authored
Jul 24, 2007
by
Stefan Monnier
Browse files
(cvs-temp-buffer): Disable undo in temp buffers.
parent
50624218
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/pcvs.el
lisp/pcvs.el
+3
-1
No files found.
lisp/ChangeLog
View file @
483bdbb3
2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
* pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
* ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
lisp/pcvs.el
View file @
483bdbb3
...
...
@@ -396,7 +396,9 @@ from the current buffer."
(
set
(
make-local-variable
'cvs-buffer
)
cvs-buf
)
;;(cvs-minor-mode 1)
(
let
((
lbd
list-buffers-directory
))
(
if
(
fboundp
mode
)
(
funcall
mode
)
(
fundamental-mode
))
(
if
(
fboundp
mode
)
(
funcall
mode
)
(
fundamental-mode
)
(
buffer-disable-undo
))
(
when
lbd
(
set
(
make-local-variable
'list-buffers-directory
)
lbd
)))
(
cvs-minor-mode
1
)
;;(set (make-local-variable 'cvs-buffer) cvs-buf)
...
...
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