]> git.eshelyaron.com Git - emacs.git/commit
* diff-mode.el (diff-mode): Set buffer-read-only to t when
authorChong Yidong <cyd@stupidchicken.com>
Tue, 6 Jun 2006 14:06:13 +0000 (14:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 6 Jun 2006 14:06:13 +0000 (14:06 +0000)
commit53dd481c3fc408b0ebf32ae37a5884b3bd47cfee
treebec76072886098a3ff1f411ab11c71e1de1a9d58
parent2e8e9e91955f7b75e832246a9de8763347353936
* diff-mode.el (diff-mode): Set buffer-read-only to t when
diff-default-read-only is non-nill.

* diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
modifying the *Diff* buffer.
(diff-process-filter): New filter function for diff process that
sets inhibit-read-only to t when modifying the *Diff* buffer.
lisp/ChangeLog
lisp/diff-mode.el
lisp/diff.el