diff lisp/term/mac-win.el @ 80523:393b3d64ca25

(mac-ts-active-input-buf): Move defvar to macterm.c.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 23 Apr 2008 08:56:55 +0000
parents 866d9d0f14ac
children df6f9d73861f
line wrap: on
line diff
--- a/lisp/term/mac-win.el	Wed Apr 23 08:56:42 2008 +0000
+++ b/lisp/term/mac-win.el	Wed Apr 23 08:56:55 2008 +0000
@@ -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 @@
 ) ;; (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))