diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index b7a4225221a..cfe834e572a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1902,7 +1902,7 @@ typedef enum { | |||
| 1902 | member of unidata-prop-alist (in admin/unidata/unidata-gen.el) for | 1902 | member of unidata-prop-alist (in admin/unidata/unidata-gen.el) for |
| 1903 | Unicode character property `bracket-type'. */ | 1903 | Unicode character property `bracket-type'. */ |
| 1904 | typedef enum { | 1904 | typedef enum { |
| 1905 | BIDI_BRACKET_NONE = 0, | 1905 | BIDI_BRACKET_NONE = 1, |
| 1906 | BIDI_BRACKET_OPEN, | 1906 | BIDI_BRACKET_OPEN, |
| 1907 | BIDI_BRACKET_CLOSE | 1907 | BIDI_BRACKET_CLOSE |
| 1908 | } bidi_bracket_type_t; | 1908 | } bidi_bracket_type_t; |