bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#65497: 30.0.50; Duplicated choice value in dired-mouse-drag-files


From: Mauro Aranda
Subject: bug#65497: 30.0.50; Duplicated choice value in dired-mouse-drag-files
Date: Thu, 24 Aug 2023 09:04:09 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

The defcustom of dired-mouse-drag-files has the following :type:

:type '(choice (const :tag "Don't allow dragging" nil)
               (const :tag "Copy file to new location" t)
               (const :tag "Move file to new location" t)
               (const :tag "Create symbolic link to file" link))

It seems to me that the 3rd choice should have a value of move.






reply via email to

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