diff lisp/ps-mule.el @ 25086:799c44a895fe

(ps-mule-begin-job): Fix malformed regexp.
author Kenichi Handa <handa@m17n.org>
date Tue, 27 Jul 1999 02:37:24 +0000
parents 4321a26f6594
children 55e4513821f8
line wrap: on
line diff
--- 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 ()