From 6125167ce2e30f0023eef635a1488e5662f5cacc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 24 Sep 2009 03:22:40 +0000 Subject: [PATCH] (ns-reg-to-script): Define for compiler. --- lisp/ChangeLog | 2 ++ lisp/term/ns-win.el | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.2