branch: externals/shift-number
commit 35177ef25949b8367e800a1690881c45ef4a9ab2
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: remove unnecessary groups
These are implied and don't need to be stated explicitly.
---
shift-number.el | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/shift-number.el b/shift-number.el
index a830becd12..70881a6b8d 100644
--- a/shift-number.el
+++ b/shift-number.el
@@ -34,13 +34,11 @@
(defcustom shift-number-regexp "\\([[:digit:]]+\\)"
"Regexp for `shift-number' function.
The first parenthesized expression must match the number."
- :type 'regexp
- :group 'shift-number)
+ :type 'regexp)
(defcustom shift-number-negative t
"If non-nil, support negative numbers."
- :type 'boolean
- :group 'shift-number)
+ :type 'boolean)
(declare-function apply-on-rectangle "rect")