]> git.eshelyaron.com Git - emacs.git/commitdiff
(top-level let): add defsubst.
authorRichard M. Stallman <rms@gnu.org>
Wed, 5 Aug 1998 20:41:55 +0000 (20:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 5 Aug 1998 20:41:55 +0000 (20:41 +0000)
lisp/emacs-lisp/cl-indent.el

index 0b0de868811bc667f91d75a7704a1a860d923654..6aa41252eccb3fee311a3b8b5f6d45527c4743eb 100644 (file)
@@ -389,7 +389,7 @@ by `lisp-body-indent'."
           (defun       (4 &lambda &body))
           (define-setf-method . defun)
           (define-setf-expander . defun)
-          (defmacro . defun) (deftype . defun)
+          (defmacro . defun) (defsubst . defun) (deftype . defun)
           (defpackage  (4 2))
           (defstruct   ((&whole 4 &rest (&whole 2 &rest 1))
                         &rest (&whole 2 &rest 1)))