diff options
| author | Stefan Monnier | 2014-11-30 23:07:19 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2014-11-30 23:07:19 -0500 |
| commit | e97b6e6f11ceb85f4f3cbe1ecbbc46aa0a8de48a (patch) | |
| tree | 201b64ff41ae23b23f9e704923b25ca0e696b810 /lisp/ChangeLog | |
| parent | 59c4d5f95337d6393edb5ffe6b9ef74e4f89058f (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-11-30 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-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 |