aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-07-01 23:25:29 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-07-01 23:28:34 +0200
commit29b0cb4890e2f709f1ee609cc44a4d587c636f44 (patch)
tree6815ee5493ab9fbd10c87553c4a1392322e940bb /Documentation
parent14170b4ea5929bc47b72fb007cf2a568fd6b3ed3 (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.org3
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.