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 [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-mule.el [emacs-unicode-2]
Date: Fri, 26 Sep 2003 08:47:24 -0400

Index: emacs/lisp/ps-mule.el
diff -c emacs/lisp/ps-mule.el:1.32.4.2 emacs/lisp/ps-mule.el:1.32.4.3
*** emacs/lisp/ps-mule.el:1.32.4.2      Fri Sep 26 08:01:49 2003
--- emacs/lisp/ps-mule.el       Fri Sep 26 08:47:23 2003
***************
*** 1201,1207 ****
      ;; Be sure to have font information for Latin-1.
      (or (assq 'iso-8859-1 ps-mule-font-info-database)
        (setq ps-mule-font-info-database
!             (cons '((iso-8859-1 (normal nil nil)))
                    ps-mule-font-info-database)))
  
      ;; Generate ps-mule-font-spec-tables.
--- 1201,1207 ----
      ;; Be sure to have font information for Latin-1.
      (or (assq 'iso-8859-1 ps-mule-font-info-database)
        (setq ps-mule-font-info-database
!             (cons '(iso-8859-1 (normal nil nil))
                    ps-mule-font-info-database)))
  
      ;; Generate ps-mule-font-spec-tables.




reply via email to

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