diff options
Diffstat (limited to 'print/enscript/patches/patch-ai')
-rw-r--r-- | print/enscript/patches/patch-ai | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/print/enscript/patches/patch-ai b/print/enscript/patches/patch-ai deleted file mode 100644 index b9e0fdd71fa..00000000000 --- a/print/enscript/patches/patch-ai +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2011/10/21 19:37:29 ryoon Exp $ - -Highlight folded header lines properly (PR 36612) - ---- states/hl/mail.st.orig 2009-01-11 19:21:13.000000000 +0000 -+++ states/hl/mail.st -@@ -27,7 +27,7 @@ state mail_header extends Highlight - END { - comment_face (true); - } -- /:/ { -+ /(:|^[ \t])/ { - language_print ($0); - return; - } |