emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4af8b17: Fix customisation of mouse-drag-and-drop-region (bug#412


From: Mattias Engdegård
Subject: master 4af8b17: Fix customisation of mouse-drag-and-drop-region (bug#41251)
Date: Thu, 14 May 2020 06:25:29 -0400 (EDT)

branch: master
commit 4af8b17149ee04655f038229c6103963f247ff87
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Fix customisation of mouse-drag-and-drop-region (bug#41251)
    
    Reported by David Ponce.
    
    * lisp/mouse.el (mouse-drag-and-drop-region): Add missing unquote.
---
 lisp/mouse.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mouse.el b/lisp/mouse.el
index 9703d95..795b4da 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -2556,7 +2556,7 @@ region, text is copied instead of being cut."
              (lambda (modifier)
                `(const :tag ,(format "Enable, but copy with the %s modifier"
                                      modifier)
-                       modifier))
+                       ,modifier))
              '(alt super hyper shift control meta))
           (other :tag "Enable dragging the region" t))
   :version "26.1")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]