[Emacs-ada-mode] procedure Test is null;
georg at w3x.org
georg at w3x.org
Mon May 4 09:53:02 PDT 2009
Hi all!
As you know, it is possible to write something like
procedure Test is null;
which works without problems.
However, it is then possible to write the following:
procedure Test is
procedure Test2 is null;
begin
-- something else
end Test;
However, when pressing Enter right after "end Test;" I get the
message "Matching defun has different name: Test2" and cannot type anything
more...
Regards, georg
P.S.:
Thank you very much for maintaining/further developing ada-mode!
--
We could change the world if god gave us the source.
More information about the Emacs-ada-mode
mailing list