(mac-ts-active-input-buf): Move defvar to macterm.c.

This commit is contained in:
YAMAMOTO Mitsuharu 2008-04-23 08:57:18 +00:00
parent 1289aeb85c
commit 9f0d1d6f74
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
2008-04-12 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-init-buffer): New function.

View file

@ -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))