aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/easy-mmode.el11
1 files changed, 5 insertions, 6 deletions
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index 5543e920c67..f29f64f0562 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -152,12 +152,11 @@ For example, you could write
152 ...BODY CODE...)" 152 ...BODY CODE...)"
153 (declare (doc-string 2) 153 (declare (doc-string 2)
154 (debug (&define name string-or-null-p 154 (debug (&define name string-or-null-p
155 [&optional [&not keywordp] sexp 155 [&optional [&not keywordp] sexp
156 &optional [&not keywordp] sexp 156 &optional [&not keywordp] sexp
157 &optional [&not keywordp] sexp] 157 &optional [&not keywordp] sexp]
158 [&rest [keywordp sexp]] 158 [&rest [keywordp sexp]]
159 def-body)) 159 def-body)))
160 (indent 1))
161 160
162 ;; Allow skipping the first three args. 161 ;; Allow skipping the first three args.
163 (cond 162 (cond