Mercurial > emacs
diff src/lisp.h @ 10247:f59aa6fddad6
(enum Lisp_Type): Rename Max_Lisp_Type to Lisp_Type_Limit.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 25 Dec 1994 17:49:06 +0000 |
| parents | c000ce65503e |
| children | c467ec24a6bd |
line wrap: on
line diff
--- a/src/lisp.h Sun Dec 25 17:47:27 1994 +0000 +++ b/src/lisp.h Sun Dec 25 17:49:06 1994 +0000 @@ -92,7 +92,7 @@ #endif /* LISP_FLOAT_TYPE */ /* This is not a type code. It is for range checking. */ - Max_Lisp_Type, + Lisp_Type_Limit, }; /* This is the set of datatypes that share a common structure.
