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.
This commit is contained in:
parent
1d559581b3
commit
4af8b17149
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue