From: Po Lu Date: Thu, 17 Mar 2022 03:49:23 +0000 (+0800) Subject: ; * lisp/term/haiku-win.el (x-begin-drag): Fix compiler warning. X-Git-Tag: emacs-29.0.90~1931^2~1085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbfad0a7880c4202a90001cd76ad7844a12b9273;p=emacs.git ; * lisp/term/haiku-win.el (x-begin-drag): Fix compiler warning. --- diff --git a/lisp/term/haiku-win.el b/lisp/term/haiku-win.el index 9fa50d62e85..83f70edd2c3 100644 --- a/lisp/term/haiku-win.el +++ b/lisp/term/haiku-win.el @@ -183,7 +183,7 @@ This is necessary because on Haiku `use-system-tooltip' doesn't take effect on menu items until the menu bar is updated again." (force-mode-line-update t)) -(defun x-begin-drag (targets &optional action frame return-frame) +(defun x-begin-drag (targets &optional action frame _return-frame) "SKIP: real doc in xfns.c." (unless haiku-dnd-selection-value (error "No local value for XdndSelection"))