aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/syntax.h b/src/syntax.h
index 15e6c729308..bea66d1fada 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -1,6 +1,7 @@
1/* Declarations having to do with GNU Emacs syntax tables. 1/* Declarations having to do with GNU Emacs syntax tables.
2 Copyright (C) 1985, 1993, 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2
3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3Copyright (C) 1985, 1993-1994, 1997-1998, 2001-2011
4 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -298,10 +299,5 @@ struct gl_state_s
298}; 299};
299 300
300extern struct gl_state_s gl_state; 301extern struct gl_state_s gl_state;
301extern int parse_sexp_lookup_properties;
302extern INTERVAL interval_of (int, Lisp_Object);
303
304extern EMACS_INT scan_words (EMACS_INT, EMACS_INT); 302extern EMACS_INT scan_words (EMACS_INT, EMACS_INT);
305 303
306/* arch-tag: 28833cca-cd73-4741-8c85-a3111166a0e0
307 (do not change this comment) */