diff options
Diffstat (limited to 'lisp/obsolete/cl-compat.el')
-rw-r--r-- | lisp/obsolete/cl-compat.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/obsolete/cl-compat.el b/lisp/obsolete/cl-compat.el index f36f5af4ef5..e58f475d1c2 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) |