]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-mule-begin-job): Fix malformed regexp.
authorKenichi Handa <handa@m17n.org>
Tue, 27 Jul 1999 02:37:24 +0000 (02:37 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 27 Jul 1999 02:37:24 +0000 (02:37 +0000)
lisp/ps-mule.el

index 3975fe4a339b10ea55456bfda74d73c6c55303e5..ddc5ca44bfa668da4d319b58139dfe14e044ec50 100644 (file)
@@ -1190,7 +1190,7 @@ This checks if all multi-byte characters in the region are printable or not."
                   (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 ()