mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(ns-reg-to-script): Define for compiler.
This commit is contained in:
parent
2e9075d396
commit
6125167ce2
@ -1,5 +1,7 @@
|
||||
2009-09-24 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* term/ns-win.el (ns-reg-to-script): Define for compiler.
|
||||
|
||||
* mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
|
||||
there is no newline after the final mime boundary. (Bug#4539)
|
||||
Move markers on insertion so that any buttons inserted don't end up in
|
||||
|
@ -966,6 +966,8 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
|
||||
(format "Creation of the standard fontset failed: %s" err)
|
||||
:error)))))
|
||||
|
||||
(defvar ns-reg-to-script) ; nsfont.m
|
||||
|
||||
;; This maps font registries (not exposed by NS APIs for font selection) to
|
||||
;; unicode scripts (which can be mapped to unicode character ranges which are).
|
||||
;; See ../international/fontset.el
|
||||
|
Loading…
Reference in New Issue
Block a user