diff options
| author | Stephen Leake | 2010-01-21 13:25:54 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-21 13:25:54 +0100 |
| commit | afb5d709049eb40291fa0126d48efca2f7061a10 (patch) | |
| tree | 3d0266a962425f153ee42b20fca8b94913f695ba /lisp/ChangeLog | |
| parent | 994ff697713e64393cb483a336d9e6c7428bb33b (diff) | |
| download | emacs-afb5d709049eb40291fa0126d48efca2f7061a10.tar.gz emacs-afb5d709049eb40291fa0126d48efca2f7061a10.zip | |
Fix bug#5435.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d99f723a31..4a453c58759 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-01-21 Stephen Leake <stephen_leake@member.fsf.org> | ||
| 2 | |||
| 3 | * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax | ||
| 4 | is the same as subprogram call, not declaration. (Bug#5435). | ||
| 5 | |||
| 1 | 2010-01-20 Chong Yidong <cyd@stupidchicken.com> | 6 | 2010-01-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330). | 8 | * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330). |