Mercurial > emacs
changeset 51167:70fb9c159754
(Vfundamental_mode_abbrev_table): Don't declare.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 23 May 2003 18:14:36 +0000 |
parents | 44219a7a4ca4 |
children | cfd56310595c |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Fri May 23 18:11:50 2003 +0000 +++ b/src/lisp.h Fri May 23 18:14:36 2003 +0000 @@ -32,7 +32,7 @@ be compared to the sizes recorded in Lisp strings. */ #define GC_CHECK_STRING_BYTES 1 -#endif /* 0*/ +#endif /* 0 */ /* These are default choices for the types to use. */ @@ -2767,7 +2767,6 @@ /* Defined in abbrev.c */ -extern Lisp_Object Vfundamental_mode_abbrev_table; extern void syms_of_abbrev P_ ((void)); /* defined in search.c */