* Ada-mode: Character constant not highlighted
@ 2008-02-15 12:28 Erik
0 siblings, 0 replies; only message in thread
From: Erik @ 2008-02-15 12:28 UTC (permalink / raw)
To: bug-gnu-emacs
See the following code:
procedure Prov is
C : constant Character := ' ';
begin
case C is
when ' ' | 'n' | ''' | 'm' =>
null;
when others =>
null;
end case;
end Prov;
Emacs 22.1.1 (Gentoo package app-editors/emacs-22.1-r3) does not
highlight ''' like the other character constants.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-15 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-15 12:28 Ada-mode: Character constant not highlighted Erik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.