emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ps-mule.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-mule.el
Date: Tue, 29 Mar 2005 00:47:45 -0500

Index: emacs/lisp/ps-mule.el
diff -c emacs/lisp/ps-mule.el:1.38 emacs/lisp/ps-mule.el:1.39
*** emacs/lisp/ps-mule.el:1.38  Tue Mar 29 05:07:16 2005
--- emacs/lisp/ps-mule.el       Tue Mar 29 05:47:45 2005
***************
*** 511,517 ****
  
  (defsubst ps-mule-printable-p (charset)
    "Non-nil if characters in CHARSET is printable."
!   (ps-mule-get-font-spec charset 'normal))
  
  (defconst ps-mule-external-libraries
    '((builtin nil nil
--- 511,520 ----
  
  (defsubst ps-mule-printable-p (charset)
    "Non-nil if characters in CHARSET is printable."
!   ;; ASCII and Latin-1 are always printable.
!   (or (eq charset 'ascii)
!       (eq charset 'latin-iso8859-1)
!       (ps-mule-get-font-spec charset 'normal)))
  
  (defconst ps-mule-external-libraries
    '((builtin nil nil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]