# HG changeset patch # User Glenn Morris # Date 1253762560 0 # Node ID f3f51ce338e8da7e41252d08b3ad3da046419195 # Parent debabf496159a7729c88800cf218b322c43ac02d (ns-reg-to-script): Define for compiler. diff -r debabf496159 -r f3f51ce338e8 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 24 03:21:20 2009 +0000 +++ b/lisp/ChangeLog Thu Sep 24 03:22:40 2009 +0000 @@ -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 -r debabf496159 -r f3f51ce338e8 lisp/term/ns-win.el --- a/lisp/term/ns-win.el Thu Sep 24 03:21:20 2009 +0000 +++ b/lisp/term/ns-win.el Thu Sep 24 03:22:40 2009 +0000 @@ -966,6 +966,8 @@ (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