aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.h
diff options
context:
space:
mode:
authorStefan Monnier2010-09-30 01:28:20 +0200
committerStefan Monnier2010-09-30 01:28:20 +0200
commita01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch)
tree94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /src/syntax.h
parentcc390e46c7ba95b76ea133d98fd386214cd01709 (diff)
parent6b0f7311f16646e0de2045b2410e20921901c616 (diff)
downloademacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz
emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip
Merge from trunk
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/syntax.h b/src/syntax.h
index 48146572d19..15e6c729308 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -19,7 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19 19
20 20
21extern Lisp_Object Qsyntax_table_p; 21extern Lisp_Object Qsyntax_table_p;
22extern void update_syntax_table (int, int, int, Lisp_Object); 22extern void update_syntax_table (EMACS_INT, int, int, Lisp_Object);
23 23
24/* The standard syntax table is stored where it will automatically 24/* The standard syntax table is stored where it will automatically
25 be used in all new buffers. */ 25 be used in all new buffers. */
@@ -301,7 +301,7 @@ extern struct gl_state_s gl_state;
301extern int parse_sexp_lookup_properties; 301extern int parse_sexp_lookup_properties;
302extern INTERVAL interval_of (int, Lisp_Object); 302extern INTERVAL interval_of (int, Lisp_Object);
303 303
304extern int scan_words (int, int); 304extern EMACS_INT scan_words (EMACS_INT, EMACS_INT);
305 305
306/* arch-tag: 28833cca-cd73-4741-8c85-a3111166a0e0 306/* arch-tag: 28833cca-cd73-4741-8c85-a3111166a0e0
307 (do not change this comment) */ 307 (do not change this comment) */