diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-02-28 23:45:11 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-02-28 23:45:11 +0100 |
| commit | 67510f8e915e4b7d6eeb6b49fa6feaebc9588ee6 (patch) | |
| tree | f23fe5a70c349c25c7fa1af6de3b5196ebdb6de2 | |
| parent | a3cd9671286c7f64e3a1272222323789bc3811df (diff) | |
llama--arguments: Cosmetics
| -rw-r--r-- | llama.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ It also looks a bit like #\\='function." (setq pos (1+ pos)) (cond ((not symbol) - (list (intern (format "_%s%s" (if optional "&" "%") pos)))) + (list (intern (format "_%c%s" (if optional ?& ?%) pos)))) ((eq (aref (symbol-name symbol) 0) ?%) (when optional (error "`%s' cannot follow optional arguments" symbol)) |
