Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c521fe29
Commit
c521fe29
authored
Dec 04, 2013
by
Paul Eggert
Browse files
* bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
parent
913250cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/bidi.c
src/bidi.c
+1
-3
No files found.
src/ChangeLog
View file @
c521fe29
2013-12-04 Paul Eggert <eggert@cs.ucla.edu>
* bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
2013-12-04 Eli Zaretskii <eliz@gnu.org>
* w32xfns.c: Include window.h, to avoid a compiler warning.
...
...
src/bidi.c
View file @
c521fe29
...
...
@@ -67,9 +67,7 @@ static bool bidi_initialized = 0;
static
Lisp_Object
bidi_type_table
,
bidi_mirror_table
;
#define LRM_CHAR 0x200E
#define RLM_CHAR 0x200F
#define BIDI_EOB -1
#define BIDI_EOB (-1)
/* Data type for describing the bidirectional character categories. */
typedef
enum
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment