git@sv
/
enscript.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added a convertfontto.sh script
[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
*/