mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Fix typo.
This commit is contained in:
parent
4d17edb136
commit
0cf0138e2d
@ -1559,7 +1559,7 @@ This checks if all multi-byte characters in the region are printable or not."
|
||||
ps-current-font (1+ ps-current-font)))))))
|
||||
|
||||
;; If the header contains non-ASCII and non-Latin1 characters, prepare a font
|
||||
;; and glyphs for the first occurance of such characters.
|
||||
;; and glyphs for the first occurrence of such characters.
|
||||
(if (and ps-mule-header-charsets
|
||||
(not (eq (car ps-mule-header-charsets) 'latin-iso8859-1)))
|
||||
(let ((font-spec (ps-mule-get-font-spec (car ps-mule-header-charsets)
|
||||
|
Loading…
Reference in New Issue
Block a user