diff -Naur viewcvs-0.9.3/lib/viewcvs.py viewcvs-0.9.3-r1/lib/viewcvs.py --- viewcvs-0.9.3/lib/viewcvs.py 2005-05-17 00:06:24.000000000 -0700 +++ viewcvs-0.9.3-r1/lib/viewcvs.py 2006-02-08 19:36:43.000000000 -0800 @@ -479,7 +479,7 @@ def markup_stream_enscript(lang, fp): sys.stdout.flush() enscript = popen.pipe_cmds([(os.path.normpath(os.path.join(cfg.options.enscript_path,'enscript')), - '--color', '-W', 'html', '-E' + lang, '-o', + '--color', '--language', 'html', '-E' + lang, '-o', '-', '-'), ('sed', '-n', '/^
$/,/<\\/PRE>$/p')])
 
@@ -495,7 +495,7 @@
   except IOError, v:
     print "

Failure during use of an external program:

" print "
"
-    print os.path.normpath(os.path.join(cfg.options.enscript_path,'enscript')) + " --color -W html -E"+lang+" -o - -"
+    print os.path.normpath(os.path.join(cfg.options.enscript_path,'enscript')) + " --color --language html -E"+lang+" -o - -"
     print "
" raise