# HG changeset patch # User Zachary Kanfer # Date 1693545921 14400 # Fri Sep 01 01:25:21 2023 -0400 # Node ID 91f5b911754ebda9fbd747d11e4c00678bb766c3 # Parent 1779000c88f4c117b6df28aad589f8090023f488 caser--forward-word shouldn't be interactive diff --git a/caser.el b/caser.el --- a/caser.el +++ b/caser.el @@ -101,7 +101,6 @@ This differs from `forward-word' in that the only separators it cares about are whitespace." - (interactive "P") (if (> number-of-words 0) (progn (looking-at (rx-to-string `(repeat 1 ,number-of-words