all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#65497: 30.0.50; Duplicated choice value in dired-mouse-drag-files
@ 2023-08-24 12:04 Mauro Aranda
  2023-08-24 20:44 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Aranda @ 2023-08-24 12:04 UTC (permalink / raw)
  To: 65497

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.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#65497: 30.0.50; Duplicated choice value in dired-mouse-drag-files
  2023-08-24 12:04 bug#65497: 30.0.50; Duplicated choice value in dired-mouse-drag-files Mauro Aranda
@ 2023-08-24 20:44 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2023-08-24 20:44 UTC (permalink / raw)
  To: Mauro Aranda; +Cc: 65497

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-24 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24 12:04 bug#65497: 30.0.50; Duplicated choice value in dired-mouse-drag-files Mauro Aranda
2023-08-24 20:44 ` Stefan Kangas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.