diff options
Diffstat (limited to '.config/emacs/increment.el')
-rw-r--r-- | .config/emacs/increment.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/increment.el b/.config/emacs/increment.el index bcbcfd8..41c8805 100644 --- a/.config/emacs/increment.el +++ b/.config/emacs/increment.el @@ -105,8 +105,8 @@ the number at point has leading zeros then the width of the number is preserved." (interactive "*p") (save-match-data - (let* (case-fold-search - (match-pair (increment--match-number-at-point))) + (let (case-fold-search + (match-pair (increment--match-number-at-point))) (unless match-pair (let ((save-point (point))) (unless (re-search-forward |