# HG changeset patch # User Kenichi Handa # Date 933043044 0 # Node ID 799c44a895fe8fb28b24c1a102045b8510e5d794 # Parent 23813e3a69b8af8d640d92a2cae52c82dfb8cfe1 (ps-mule-begin-job): Fix malformed regexp. diff -r 23813e3a69b8 -r 799c44a895fe lisp/ps-mule.el --- a/lisp/ps-mule.el Tue Jul 27 01:32:50 1999 +0000 +++ b/lisp/ps-mule.el Tue Jul 27 02:37:24 1999 +0000 @@ -1190,7 +1190,7 @@ (string-as-multibyte "[^\040-\176\240-\377]")) ((eq ps-print-control-characters 'control) (string-as-multibyte "[^\040-\176\200-\377]")) - (t (string-as-multibyte "[^\000-\011\013\015-\377")))))) + (t (string-as-multibyte "[^\000-\011\013\015-\377]")))))) ;;;###autoload (defun ps-mule-begin-page ()