]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/term/haiku-win.el (x-begin-drag): Fix compiler warning.
authorPo Lu <luangruo@yahoo.com>
Thu, 17 Mar 2022 03:49:23 +0000 (11:49 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 17 Mar 2022 03:49:23 +0000 (11:49 +0800)
lisp/term/haiku-win.el

index 9fa50d62e85033933a5f35ec858a62e11243cd20..83f70edd2c3e0c81545e86f9c14edaf8d1e64ec9 100644 (file)
@@ -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"))