We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b5cc2 commit c3fd768Copy full SHA for c3fd768
1 file changed
lisp/transient.el
@@ -3893,7 +3893,7 @@ Call `transient-default-value' but because that is a noop for
3893
(case-fold-search nil)
3894
(regexp (if (slot-exists-p obj 'argument-regexp)
3895
(oref obj argument-regexp)
3896
- (format "\\`%s\\(.*\\)" (oref obj argument)))))
+ (format "\\`%s\\([^z-a]*\\)\\'" (oref obj argument)))))
3897
(if (memq multi-value '(t rest))
3898
(cdr (assoc argument value))
3899
(let ((match (lambda (v)
0 commit comments