aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2003-05-23 18:14:36 +0000
committerStefan Monnier2003-05-23 18:14:36 +0000
commit03628814207190a722824d3aa42d1f71ca16d357 (patch)
treeacf157bdb042bbe4606c4d2135df171fa98bb734 /src
parentf66cca4e87c6f070f2ce8dadb8a2cd5e599ffd06 (diff)
downloademacs-03628814207190a722824d3aa42d1f71ca16d357.tar.gz
emacs-03628814207190a722824d3aa42d1f71ca16d357.zip
(Vfundamental_mode_abbrev_table): Don't declare.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h3
1 files changed, 1 insertions, 2 deletions
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. */
32 be compared to the sizes recorded in Lisp strings. */ 32 be compared to the sizes recorded in Lisp strings. */
33 33
34#define GC_CHECK_STRING_BYTES 1 34#define GC_CHECK_STRING_BYTES 1
35#endif /* 0*/ 35#endif /* 0 */
36 36
37 37
38/* These are default choices for the types to use. */ 38/* These are default choices for the types to use. */
@@ -2767,7 +2767,6 @@ extern Lisp_Object make_temp_name P_ ((Lisp_Object, int));
2767 2767
2768/* Defined in abbrev.c */ 2768/* Defined in abbrev.c */
2769 2769
2770extern Lisp_Object Vfundamental_mode_abbrev_table;
2771extern void syms_of_abbrev P_ ((void)); 2770extern void syms_of_abbrev P_ ((void));
2772 2771
2773/* defined in search.c */ 2772/* defined in search.c */