[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 101f3cf5b9: Add support for user edits to VC command argument
From: |
Robert Pluim |
Subject: |
Re: master 101f3cf5b9: Add support for user edits to VC command arguments |
Date: |
Thu, 22 Sep 2022 11:25:31 +0200 |
>>>>> On Wed, 21 Sep 2022 15:33:02 -0400 (EDT), Sean Whitton
>>>>> <spwhitton@spwhitton.name> said:
Sean> +(defvar vc-want-edit-command-p nil
Sean> + "If non-nil, let user edit the VC shell command before running
it.")
Sean> +
Sean> ;; Common command execution logic
Is the intent that someone would setq this to t? If so it should be a
defcustom. If thatʼs not the intent, but itʼs just being used to track
the prefix args to the various changed commands, then I think it
shouldnʼt appear in the docstring.
Robert
--
- Re: master 101f3cf5b9: Add support for user edits to VC command arguments,
Robert Pluim <=