diff options
author | Po Lu <luangruo@yahoo.com> | 2022-07-13 05:46:59 +0000 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-07-13 05:46:59 +0000 |
commit | 28797db5c96a660ca08fa35b748683ddbaf4c44e (patch) | |
tree | 9910524b4d82ee5ef85c274d784db1efbf4ed505 /lisp | |
parent | defe6cf2d941ceee2d7e11cc991da6a62fd52398 (diff) | |
download | emacs-28797db5c96a660ca08fa35b748683ddbaf4c44e.tar.gz emacs-28797db5c96a660ca08fa35b748683ddbaf4c44e.tar.bz2 emacs-28797db5c96a660ca08fa35b748683ddbaf4c44e.zip |
; * lisp/term/haiku-win.el: Fix compiler warnings.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term/haiku-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/haiku-win.el b/lisp/term/haiku-win.el index bbc263df68f..b36e3037ee8 100644 --- a/lisp/term/haiku-win.el +++ b/lisp/term/haiku-win.el @@ -206,6 +206,7 @@ VALUE as a unibyte string, or nil if VALUE was not a string." (declare-function haiku-selection-owner-p "haikuselect.c") (declare-function haiku-put-resource "haikufns.c") (declare-function haiku-drag-message "haikuselect.c") +(declare-function haiku-selection-timestamp "haikuselect.c") (defun haiku--handle-x-command-line-resources (command-line-resources) "Handle command line X resources specified with the option `-xrm'. |