]> git.eshelyaron.com Git - emacs.git/commitdiff
Make haiku-win build correctly on non-Haiku systems
authorPo Lu <luangruo@yahoo.com>
Sun, 28 Nov 2021 07:39:22 +0000 (07:39 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 28 Nov 2021 07:39:22 +0000 (07:39 +0000)
* lisp/term/haiku-win.el (haiku-selection-targets): Add
missing declaration.

lisp/term/haiku-win.el

index 7861cfb9003f2082a0c1ab7b627080442ea928ac..3c4d00f7f99afecb5f4e13e0c0636df0fc2e7cd6 100644 (file)
@@ -49,6 +49,7 @@
 (declare-function x-handle-args "common-win")
 (declare-function haiku-selection-data "haikuselect.c")
 (declare-function haiku-selection-put "haikuselect.c")
+(declare-function haiku-selection-targets "haikuselect.c")
 (declare-function haiku-put-resource "haikufns.c")
 
 (defun haiku--handle-x-command-line-resources (command-line-resources)