aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0dc4bdbba45..2aedcbc3280 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * diff-mode.el (diff-mode): Set buffer-read-only to t when 3 * diff-mode.el (diff-mode): Set buffer-read-only to t when
4 diff-default-read-only is non-nill. 4 diff-default-read-only is non-nill.
5 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
6 (diff-refine-hunk): Set inhibit-read-only to t.
5 7
6 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when 8 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7 modifying the *Diff* buffer. 9 modifying the *Diff* buffer.