diff options
| author | Kenichi Handa | 1999-02-27 01:38:11 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-02-27 01:38:11 +0000 |
| commit | d36275d2fdd6d5f7aeda4fa959db8c646cc770ad (patch) | |
| tree | 870b98a460fc5859e24f45b8a28832312915cc08 | |
| parent | 7d8b7e8e8b75d02adbc30fc6d7aacb3e71ef6438 (diff) | |
| download | emacs-d36275d2fdd6d5f7aeda4fa959db8c646cc770ad.tar.gz emacs-d36275d2fdd6d5f7aeda4fa959db8c646cc770ad.zip | |
Change of ps-print font size variable name.
(ps-mule-generate-font): Fun fix.
(ps-mule-begin-job): Programming uniformization.
| -rw-r--r-- | lisp/ps-mule.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 9847f25ef7b..727c76ba02c 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) | 7 | ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) |
| 8 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 8 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 9 | ;; Keywords: print, PostScript, multibyte, mule | 9 | ;; Keywords: print, PostScript, multibyte, mule |
| 10 | ;; Time-stamp: <98/12/15 14:04:50 handa> | 10 | ;; Time-stamp: <99/02/19 13:15:52 vinicius> |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| 13 | 13 | ||
| @@ -485,7 +485,7 @@ See the documentation of `ps-mule-get-font-spec' for FONT-SPEC's meaning." | |||
| 485 | (ps-output-prologue (funcall func charset font-spec))) | 485 | (ps-output-prologue (funcall func charset font-spec))) |
| 486 | (ps-output-prologue | 486 | (ps-output-prologue |
| 487 | (list (format "/%s %f /%s Def%sFontMule\n" | 487 | (list (format "/%s %f /%s Def%sFontMule\n" |
| 488 | scaled-font-name ps-font-size font-name | 488 | scaled-font-name ps-font-size-internal font-name |
| 489 | (if (eq ps-mule-current-charset 'ascii) "Ascii" "")))) | 489 | (if (eq ps-mule-current-charset 'ascii) "Ascii" "")))) |
| 490 | (if font-cache | 490 | (if font-cache |
| 491 | (setcar (cdr font-cache) | 491 | (setcar (cdr font-cache) |