changeset 24415:48003e436759

Change of ps-print font size variable name. (ps-mule-generate-font): Fun fix. (ps-mule-begin-job): Programming uniformization.
author Kenichi Handa <handa@m17n.org>
date Sat, 27 Feb 1999 01:38:11 +0000
parents 971efbc0ac2c
children 3d446442b6a0
files lisp/ps-mule.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-mule.el	Sat Feb 27 01:37:15 1999 +0000
+++ b/lisp/ps-mule.el	Sat Feb 27 01:38:11 1999 +0000
@@ -7,7 +7,7 @@
 ;; Maintainer:	Kenichi Handa <handa@etl.go.jp> (multi-byte characters)
 ;; Maintainer:	Vinicius Jose Latorre <vinicius@cpqd.com.br>
 ;; Keywords:	print, PostScript, multibyte, mule
-;; Time-stamp:	<98/12/15 14:04:50 handa>
+;; Time-stamp:	<99/02/19 13:15:52 vinicius>
 
 ;; This file is part of GNU Emacs.
 
@@ -485,7 +485,7 @@
 	 (ps-output-prologue (funcall func charset font-spec)))
     (ps-output-prologue
      (list (format "/%s %f /%s Def%sFontMule\n"
-		   scaled-font-name ps-font-size font-name
+		   scaled-font-name ps-font-size-internal font-name
 		   (if (eq ps-mule-current-charset 'ascii) "Ascii" ""))))
     (if font-cache
 	(setcar (cdr font-cache)