diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-01 23:25:29 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-07-01 23:28:34 +0200 |
| commit | 29b0cb4890e2f709f1ee609cc44a4d587c636f44 (patch) | |
| tree | 6815ee5493ab9fbd10c87553c4a1392322e940bb /Documentation | |
| parent | 14170b4ea5929bc47b72fb007cf2a568fd6b3ed3 (diff) | |
magit-completing-read-multiple*: Don't use unbound variable
Closes https://github.com/magit/forge/issues/375.
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/3.2.0.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/3.2.0.org b/Documentation/RelNotes/3.2.0.org index 9aa3763..2d9f9cc 100644 --- a/Documentation/RelNotes/3.2.0.org +++ b/Documentation/RelNotes/3.2.0.org @@ -4,3 +4,6 @@ ** Fixes since v3.1.0 - In the normal case ~magit-name-tag~ failed to return the tag. + +- ~magit-completing-read-multiple*~ tired to use variable that is + unbound if ~helm~ isn't loaded. |
