diff options
| author | Juanma Barranquero | 2009-10-22 09:42:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-10-22 09:42:22 +0000 |
| commit | 550d95a079c3b5b123c1293ef6f10824b57dc402 (patch) | |
| tree | 2a4bbf844c6aeb9704e24a8c4c8059430eec610e | |
| parent | a53af587e45c4bf7032cd349c14eae5c75f36c99 (diff) | |
| download | emacs-550d95a079c3b5b123c1293ef6f10824b57dc402.tar.gz emacs-550d95a079c3b5b123c1293ef6f10824b57dc402.zip | |
Add missing bug references.
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1118acfeffe..85449aea396 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1676,10 +1676,10 @@ | |||
| 1676 | 2009-09-26 Alan Mackenzie <acm@muc.de> | 1676 | 2009-09-26 Alan Mackenzie <acm@muc.de> |
| 1677 | 1677 | ||
| 1678 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct | 1678 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct |
| 1679 | buggy bracketing. | 1679 | buggy bracketing. (Bug#4289) |
| 1680 | 1680 | ||
| 1681 | * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted | 1681 | * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted |
| 1682 | character constants (as case labels). | 1682 | character constants (as case labels). (Bug#4289) |
| 1683 | 1683 | ||
| 1684 | 2009-09-25 Juri Linkov <juri@jurta.org> | 1684 | 2009-09-25 Juri Linkov <juri@jurta.org> |
| 1685 | 1685 | ||