aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorPaul Eggert2011-05-30 22:45:07 -0700
committerPaul Eggert2011-05-30 22:45:07 -0700
commit86f3178890f56cb408949e125d5d99e3124dd48f (patch)
treea2c5f15751bbfe701d2f0da6fab0e0ea1fefc8ce /src/syntax.c
parent12c69b84d1ab93d5b0bd189394952da12340f86d (diff)
parentb9627cfb1d5b5b0914525a19cd9edb06f91a1665 (diff)
downloademacs-86f3178890f56cb408949e125d5d99e3124dd48f.tar.gz
emacs-86f3178890f56cb408949e125d5d99e3124dd48f.zip
Merge from trunk.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index cff6d50f510..82103cfa3d4 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -367,7 +367,7 @@ char_quoted (EMACS_INT charpos, EMACS_INT bytepos)
367/* Return the bytepos one character before BYTEPOS. 367/* Return the bytepos one character before BYTEPOS.
368 We assume that BYTEPOS is not at the start of the buffer. */ 368 We assume that BYTEPOS is not at the start of the buffer. */
369 369
370static INLINE EMACS_INT 370static inline EMACS_INT
371dec_bytepos (EMACS_INT bytepos) 371dec_bytepos (EMACS_INT bytepos)
372{ 372{
373 if (NILP (BVAR (current_buffer, enable_multibyte_characters))) 373 if (NILP (BVAR (current_buffer, enable_multibyte_characters)))