unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).