aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-01-05 23:37:01 -0800
committerGlenn Morris <[email protected]>2012-01-05 23:37:01 -0800
commit7d5944b986d829dad02097f27120b1c4853263bf (patch)
tree7baf00a4ea2b9065de1d4e793a654ca7ad1d254d /lisp/ChangeLog
parent98cc61deb661bdde495656bb95d0e728c1f360ac (diff)
Trivial bytecomp.el fix for file-local buffer-read-only.
* lisp/emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file local setting of buffer-read-only to the input buffer. Fixes: debbugs:10419
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f78e5a277b..8f333945de 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-01-06 Glenn Morris <[email protected]>
+ * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
+ local setting of buffer-read-only to the input buffer. (Bug#10419)
+
* calendar/calendar.el (calendar-mode):
Locally set scroll-margin to 0. (Bug#10379)