diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-29 23:03:18 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-03-29 23:04:11 +0200 |
| commit | 83e82df51f8dd419457d02d4758dcbe6c2f14e11 (patch) | |
| tree | 1c9bab455fe3b0aa90a0d037acc7b79696127458 /lisp/magit-git.el | |
| parent | 6c1bc80ec565ff7f60230b70c7e00fe4fa12575f (diff) | |
Make Cond-Let's when$ available
Diffstat (limited to 'lisp/magit-git.el')
| -rw-r--r-- | lisp/magit-git.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index a27ccfc..fb2398f 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -3056,6 +3056,7 @@ Instead use `magit-commit-p' or `magit-commit-oid'.") ;; ("and>" . "cond-let--and>") ;; ("and-let" . "cond-let--and-let") ;; ("if-let" . "cond-let--if-let") +;; ("when$" . "cond-let--when$") ;; ("when-let" . "cond-let--when-let") ;; ("while-let" . "cond-let--while-let") ;; ("match-string" . "match-string") |
