Georg Bauhaus <[email protected]> writes:

> with point in the parameter list of
>
> procedure Choose
>   (X, Y, Z : Integer;
>    Preference : access function (A, B : Integer) return Boolean);
>
> C-c C-a turns it into
>
> procedure Choose
>   (X, Y, Z    :        Integer;
>    Preference : access Integer);

Yes, I recently fixed this. It now produces:

   procedure Choose
     (X, Y, Z    :        Integer;
      Preference : access function (A, B : Integer) return Boolean);

I think that fix was after 5.1.8, but I can't tell; I just discovered
that attempting to install 5.1.8 from Gnu ELPA crashes Emacs! And it
isn't mentioned in my mtn commit logs or NEWS (sigh). More later.

--
-- Stephe

_______________________________________________
Emacs-ada-mode mailing list
[email protected]
http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org

Reply via email to