summaryrefslogtreecommitdiff
path: root/lisp/obsolete/cl-compat.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/obsolete/cl-compat.el')
-rw-r--r--lisp/obsolete/cl-compat.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/obsolete/cl-compat.el b/lisp/obsolete/cl-compat.el
index 619bc06122b..0dba366192e 100644
--- a/lisp/obsolete/cl-compat.el
+++ b/lisp/obsolete/cl-compat.el
@@ -52,6 +52,7 @@
;;; Keyword routines not supported by new package.
(defmacro defkeyword (x &optional doc)
+ (declare (indent defun))
(cl-list* 'defconst x (list 'quote x) (and doc (list doc))))
(defun keyword-of (sym)