aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-11-30 23:07:19 -0500
committerStefan Monnier2014-11-30 23:07:19 -0500
commite97b6e6f11ceb85f4f3cbe1ecbbc46aa0a8de48a (patch)
tree201b64ff41ae23b23f9e704923b25ca0e696b810 /lisp/ChangeLog
parent59c4d5f95337d6393edb5ffe6b9ef74e4f89058f (diff)
downloademacs-e97b6e6f11ceb85f4f3cbe1ecbbc46aa0a8de48a.tar.gz
emacs-e97b6e6f11ceb85f4f3cbe1ecbbc46aa0a8de48a.zip
* lisp/progmodes/prog-mode.el (prettify-symbols--compose-symbol): Refine.
Fix handling of symbols with different syntax at beginning/end or with symbol rather than word syntax.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 726d9b02ac8..ac36c059bd3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
4 Fix handling of symbols with different syntax at beginning/end or with
5 symbol rather than word syntax.
6
12014-11-30 Eli Zaretskii <eliz@gnu.org> 72014-11-30 Eli Zaretskii <eliz@gnu.org>
2 8
3 * simple.el (line-move): If noninteractive, call line-move-1, not 9 * simple.el (line-move): If noninteractive, call line-move-1, not