aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Leake2010-01-23 13:42:22 +0100
committerJuanma Barranquero2010-01-23 13:42:22 +0100
commit5336c3ec747bcfca4edf97e962f06ec6f37b6936 (patch)
tree07a88738d3d9faa9d49885222081df03be040268 /lisp/ChangeLog
parent7709e61e9aa622663dfd13643580929307416c94 (diff)
parentb06a3bb5cf7893bb2f6c910334926d7cd551a18e (diff)
downloademacs-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/ChangeLog5
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 @@
12010-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
12010-01-23 Michael Albinus <michael.albinus@gmx.de> 62010-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.