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

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

bug#68402: [elpa/csv-mode] [PATCH] Add option to turn off the "Region OK


From: Eli Zaretskii
Subject: bug#68402: [elpa/csv-mode] [PATCH] Add option to turn off the "Region OK?" prompt
Date: Fri, 12 Jan 2024 16:14:41 +0200

> Cc: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Fri, 12 Jan 2024 14:52:31 +0100
> From:  Simen Heggestøyl via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> Attached is a proposed patch adding a new option to turn off the
> "Region OK?" prompt in interactive csv-mode commands.

Thanks.

> +(defcustom csv-confirm-region t
> +  "If non-nil, confirm that region is OK in interactive commands."
> +  :type 'boolean)
> +

New defcustoms should have a :version tag.

Do we need to call this out in NEWS?





reply via email to

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