From: Stefan Monnier Date: Fri, 23 May 2003 18:14:36 +0000 (+0000) Subject: (Vfundamental_mode_abbrev_table): Don't declare. X-Git-Tag: ttn-vms-21-2-B4~10010 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03628814207190a722824d3aa42d1f71ca16d357;p=emacs.git (Vfundamental_mode_abbrev_table): Don't declare. --- diff --git a/src/lisp.h b/src/lisp.h index eb3502bd145..0bf58c70641 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ 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 @@ extern Lisp_Object make_temp_name P_ ((Lisp_Object, int)); /* Defined in abbrev.c */ -extern Lisp_Object Vfundamental_mode_abbrev_table; extern void syms_of_abbrev P_ ((void)); /* defined in search.c */