Hi,

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);



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

Reply via email to