diff options
| author | Stephen Leake | 2010-01-23 13:42:22 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-23 13:42:22 +0100 |
| commit | 5336c3ec747bcfca4edf97e962f06ec6f37b6936 (patch) | |
| tree | 07a88738d3d9faa9d49885222081df03be040268 /lisp/ChangeLog | |
| parent | 7709e61e9aa622663dfd13643580929307416c94 (diff) | |
| parent | b06a3bb5cf7893bb2f6c910334926d7cd551a18e (diff) | |
| download | emacs-5336c3ec747bcfca4edf97e962f06ec6f37b6936.tar.gz emacs-5336c3ec747bcfca4edf97e962f06ec6f37b6936.zip | |
Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.
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 a1871e59677..83903e1e9e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-01-23 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-23 Michael Albinus <michael.albinus@gmx.de> | 6 | 2010-01-23 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp-smb.el (tramp-smb-conf): New defcustom. | 8 | * net/tramp-smb.el (tramp-smb-conf): New defcustom. |