From afff603778ba17ca13d4cc7b95fee54569d4c640 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 30 Nov 2021 09:03:31 +0800 Subject: [PATCH] Add missing function declarations to pgtk-win.el * lisp/term/pgtk-win.el: Add missing IM context related declarations. --- lisp/term/pgtk-win.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/term/pgtk-win.el b/lisp/term/pgtk-win.el index 3df450070c2..689a5e595a5 100644 --- a/lisp/term/pgtk-win.el +++ b/lisp/term/pgtk-win.el @@ -51,6 +51,9 @@ ;; pgtkterm.c. (defvar pgtk-input-file) +(declare-function pgtk-use-im-context "pgtkim.c") +(defvar pgtk-use-im-context-on-new-connection) + (defun pgtk-handle-nxopen (_switch &optional temp) (setq unread-command-events (append unread-command-events (if temp '(pgtk-open-temp-file) -- 2.39.5