diff lisp/ChangeLog @ 71248:3071d2ae4624

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 06 Jun 2006 14:06:13 +0000
parents 92cdf6b94754
children 3798a822991e
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 06 08:27:21 2006 +0000
+++ b/lisp/ChangeLog	Tue Jun 06 14:06:13 2006 +0000
@@ -1,3 +1,13 @@
+2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
+
+	* 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.
+
 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
 
 	* textmodes/org.el: (org-archive-subtree): Use end-of-subtree as