Mercurial > emacs
diff src/lisp.h @ 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 | b17fe74b2af3 |
| children | 7fb427e8d984 |
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 */
