aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/repeat.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el
index fe8145e5daa..fcf9bc24376 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -87,6 +87,8 @@
87 87
88;;; Code: 88;;; Code:
89 89
90(require 'cl-extra)
91
90;;;;; ************************* USER OPTIONS ************************** ;;;;; 92;;;;; ************************* USER OPTIONS ************************** ;;;;;
91 93
92(defgroup repeat nil 94(defgroup repeat nil