1
0
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:
Glenn Morris 2009-09-24 03:22:40 +00:00
parent 2e9075d396
commit 6125167ce2
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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