configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]). Remove ALL_LINGUAS.
[enscript.git] / states / hl / style_emacs_verbose.st
1
2 state style_emacs_verbose
3 {
4   BEGIN {
5     call (style_emacs);
6     verbose_highlighting = true;
7     return;
8   }
9 }
10
11 \f
12 /*
13 Local variables:
14 mode: c
15 End:
16 */