diff options
Diffstat (limited to 'src/bidi.c')
| -rw-r--r-- | src/bidi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bidi.c b/src/bidi.c index ef0092f3d93..cbc1820c2a5 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -262,7 +262,6 @@ typedef enum { | |||
| 262 | } bidi_category_t; | 262 | } bidi_category_t; |
| 263 | 263 | ||
| 264 | static Lisp_Object paragraph_start_re, paragraph_separate_re; | 264 | static Lisp_Object paragraph_start_re, paragraph_separate_re; |
| 265 | static Lisp_Object Qparagraph_start, Qparagraph_separate; | ||
| 266 | 265 | ||
| 267 | 266 | ||
| 268 | /*********************************************************************** | 267 | /*********************************************************************** |