branch: externals/altcaps commit 06ddc792892c7bff8e9c33f7e3b2903ff6b6da94 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update altcaps-dwim to take "p" prefix, so that it is the same as altcaps-word --- altcaps.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altcaps.el b/altcaps.el index b1461f5ec2..7ba7c1d8e8 100644 --- a/altcaps.el +++ b/altcaps.el @@ -193,7 +193,7 @@ invoke `altcaps-word' with optional NUM, per that command's functionality (read its doc string). Alternating letter casing denotes sarcasm or mockery." - (interactive "P") + (interactive "p") (if (use-region-p) (altcaps-region (region-beginning) (region-end)) (altcaps-word num)))