]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing function declarations to pgtk-win.el
authorPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 01:03:31 +0000 (09:03 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 30 Nov 2021 01:03:31 +0000 (09:03 +0800)
* lisp/term/pgtk-win.el: Add missing IM context related
declarations.

lisp/term/pgtk-win.el

index 3df450070c209442f63a932f17b6be5c85c53fc2..689a5e595a5c2975771476868ef3ecd53c1072dc 100644 (file)
@@ -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)