]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/x-dnd.el: Use lexical-scoping
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Aug 2020 00:15:41 +0000 (20:15 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 5 Aug 2020 00:15:56 +0000 (20:15 -0400)
lisp/x-dnd.el

index b22af5cc770732e0d5a2f40c731013628ab40b9d..1d49f4625314a4f706b7c25b10bc82aaa6378829 100644 (file)
@@ -1,4 +1,4 @@
-;;; x-dnd.el --- drag and drop support for X
+;;; x-dnd.el --- drag and drop support for X  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2004-2020 Free Software Foundation, Inc.
 
@@ -32,7 +32,7 @@
 (require 'dnd)
 
 ;;; Customizable variables
-(defcustom x-dnd-test-function 'x-dnd-default-test-function
+(defcustom x-dnd-test-function #'x-dnd-default-test-function
   "The function drag and drop uses to determine if to accept or reject a drop.
 The function takes three arguments, WINDOW, ACTION and TYPES.
 WINDOW is where the mouse is when the function is called.  WINDOW may be a