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: Stefan Kangas
Subject: bug#65497: 30.0.50; Duplicated choice value in dired-mouse-drag-files
Date: Thu, 24 Aug 2023 22:44:04 +0200

close 65497 29.2
thanks

Mauro Aranda <maurooaranda@gmail.com> writes:

> 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.

Thanks, fixed on emacs-29 (commit 02532bb5821).





reply via email to

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