From: YAMAMOTO Mitsuharu Date: Wed, 23 Apr 2008 08:57:18 +0000 (+0000) Subject: (mac-ts-active-input-buf): Move defvar to macterm.c. X-Git-Tag: emacs-pretest-22.2.90~171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f0d1d6f744a15997572318cffe2bfb65322137c;p=emacs.git (mac-ts-active-input-buf): Move defvar to macterm.c. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20f04983fbd..e2d01ec3ba0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-23 YAMAMOTO Mitsuharu + + * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c. + 2008-04-12 Nick Roberts * progmodes/gdb-ui.el (gdb-init-buffer): New function. diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index eaa0e35fa5b..e63ffdf486c 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -83,6 +83,7 @@ (defvar mac-apple-event-map) (defvar mac-font-panel-mode) (defvar mac-ts-active-input-overlay) +(defvar mac-ts-active-input-buf) (defvar x-invocation-args) (defvar x-command-line-resources nil) @@ -1859,8 +1860,6 @@ With numeric ARG, display the font panel if and only if ARG is positive." ) ;; (fboundp 'mac-set-font-panel-visible-p) ;;; Text Services -(defvar mac-ts-active-input-buf "" - "Byte sequence of the current Mac TSM active input area.") (defvar mac-ts-update-active-input-area-seqno 0 "Number of processed update-active-input-area events.") (setq mac-ts-active-input-overlay (make-overlay 0 0))