Mercurial > emacs
changeset 105177:f3f51ce338e8
(ns-reg-to-script): Define for compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 24 Sep 2009 03:22:40 +0000 |
parents | debabf496159 |
children | d0f5b10b5fb4 |
files | lisp/ChangeLog lisp/term/ns-win.el |
diffstat | 2 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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