Mercurial > emacs
changeset 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 | 23813e3a69b8 |
children | 85b842300684 |
files | lisp/ps-mule.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 ()