]> git.eshelyaron.com Git - emacs.git/commitdiff
(ns-reg-to-script): Define for compiler.
authorGlenn Morris <rgm@gnu.org>
Thu, 24 Sep 2009 03:22:40 +0000 (03:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 24 Sep 2009 03:22:40 +0000 (03:22 +0000)
lisp/ChangeLog
lisp/term/ns-win.el

index 1d5cf220ca19bb0d7fd32f429ebef272324497b8..0a15075cc2fafb39b6fba4371c175a798ba98df7 100644 (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
index 410b85d180b05c006b4743eb89f58b78adb522bc..e4093811ad3f39c3fce8df433a5f815e8c2b6b98 100644 (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