|
From: | Dmitry Gutov |
Subject: | bug#67310: [PATCH] Include the project--list as history when prompting for a project |
Date: | Tue, 21 Nov 2023 13:06:40 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 20/11/2023 21:58, Spencer Baugh wrote:
+ (completing-read "Select project: " choices nil t nil 'project--list))))
I wonder if this will make 'project--list' to be automatically managed my savehist-mode (because of what savehist-minibuffer-hook does).
And then the contents of this var might be restored by savehist-mode (when enabled) at a time or in a way that project.el is not expecting.
[Prev in Thread] | Current Thread | [Next in Thread] |