aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-12-01 13:10:05 -0500
committerStefan Monnier2014-12-01 13:10:05 -0500
commitb8775f0217b670f3a55ca014e3ecfc3fe9199fef (patch)
tree6994573689cb84b50d3e34f3cde77f82ac82a683 /lisp/ChangeLog
parentec7e07b333873789774cea53b45248fd0bf00600 (diff)
downloademacs-b8775f0217b670f3a55ca014e3ecfc3fe9199fef.tar.gz
emacs-b8775f0217b670f3a55ca014e3ecfc3fe9199fef.zip
* lisp/simple.el (newline): Place the hook buffer-locally,
to make sure it's first.
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 ac36c059bd3..12e5ef0e346 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12014-12-01 Stefan Monnier <monnier@iro.umontreal.ca> 12014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * simple.el (newline): Place the hook buffer-locally,
4 to make sure it's first.
5
3 * progmodes/prog-mode.el (prettify-symbols--compose-symbol): 6 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
4 Fix handling of symbols with different syntax at beginning/end or with 7 Fix handling of symbols with different syntax at beginning/end or with
5 symbol rather than word syntax. 8 symbol rather than word syntax.