diff options
| author | Alan Mackenzie | 2014-06-29 11:26:47 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2014-06-29 11:26:47 +0000 |
| commit | e3be29073e79a306ccdbdbdb8d4caf2863de760e (patch) | |
| tree | 8855f3fb6de156b89baad4a2801d840784637bf5 /lisp/ChangeLog | |
| parent | 51a0825e8488f6f48f03e11a8d51e49d353b19bf (diff) | |
| download | emacs-e3be29073e79a306ccdbdbdb8d4caf2863de760e.tar.gz emacs-e3be29073e79a306ccdbdbdb8d4caf2863de760e.zip | |
Don't call c-parse-state when c++-template-syntax-table is active.
* progmodes/cc-engine.el (c-guess-continued-construct CASE G)
(c-guess-basic-syntax CASE 5D.3): Rearrange so that
c-syntactic-skip-backwards isn't called with the pertinent syntax
table.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5293d8dda92..5f9084f4cbb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-29 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | Don't call c-parse-state when c++-template-syntax-table is active. | ||
| 4 | * progmodes/cc-engine.el (c-guess-continued-construct CASE G) | ||
| 5 | (c-guess-basic-syntax CASE 5D.3): Rearrange so that | ||
| 6 | c-syntactic-skip-backwards isn't called with the pertinent syntax | ||
| 7 | table. | ||
| 8 | |||
| 1 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> | 9 | 2014-06-28 Stephen Berman <stephen.berman@gmx.net> |
| 2 | 10 | ||
| 3 | * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to | 11 | * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to |