Mercurial > emacs
diff lisp/emacs-lisp/cl-macs.el @ 104405:3ee29a52fd4c
* emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
* emacs-lisp/cl-macs.el (deftype): Add autoload.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 22 Aug 2009 18:07:46 +0000 |
parents | d2b52a0cf462 |
children |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl-macs.el Sat Aug 22 14:37:23 2009 +0000 +++ b/lisp/emacs-lisp/cl-macs.el Sat Aug 22 18:07:46 2009 +0000 @@ -2432,6 +2432,7 @@ ;;; Types and assertions. +;;;###autoload (defmacro deftype (name arglist &rest body) "Define NAME as a new data type. The type name can then be used in `typecase', `check-type', etc."