From: Glenn Morris Date: Thu, 24 Sep 2009 03:22:40 +0000 (+0000) Subject: (ns-reg-to-script): Define for compiler. X-Git-Tag: emacs-pretest-23.1.90~1167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6125167ce2e30f0023eef635a1488e5662f5cacc;p=emacs.git (ns-reg-to-script): Define for compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1d5cf220ca1..0a15075cc2f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-09-24 Glenn Morris + * 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 diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 410b85d180b..e4093811ad3 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -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