aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2005-01-29 15:52:07 +0000
committerEli Zaretskii2005-01-29 15:52:07 +0000
commitcf63e6fa17ead6154ec0f4253e9e8a27618100da (patch)
tree5a4b6ed2f6137332398eee5c1e32a989d23595de /lisp/ChangeLog
parent28d986b971b61e745ce7d3ef9b63e2b4ad3426f0 (diff)
downloademacs-cf63e6fa17ead6154ec0f4253e9e8a27618100da.tar.gz
emacs-cf63e6fa17ead6154ec0f4253e9e8a27618100da.zip
(compilation-start): Bind buffer-read-only to nil before
invoking call-process. Reset buffer's modified flag after fontifying it in the no-async branch.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4699f639d57..0ac939a0d6a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12005-01-29 Eli Zaretskii <eliz@gnu.org> 12005-01-29 Eli Zaretskii <eliz@gnu.org>
2 2
3 * progmodes/compile.el (compilation-start): Bind buffer-read-only
4 to nil before invoking call-process. Reset buffer's modified flag
5 after fontifying it in the no-async branch.
6
3 * wid-edit.el (widget-specify-button): If mouse pointer shape 7 * wid-edit.el (widget-specify-button): If mouse pointer shape
4 cannot be changed, use mouse face instead. 8 cannot be changed, use mouse face instead.
5 9