emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115379: * bidi.c (LRM_CHAR, RLM_CHAR): Remove; no l


From: Paul Eggert
Subject: [Emacs-diffs] trunk r115379: * bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
Date: Wed, 04 Dec 2013 19:19:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115379
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2013-12-04 11:19:45 -0800
message:
  * bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/bidi.c                     bidi.c-20091231194348-rm8gzug639w0dpq5-1
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-12-04 19:05:16 +0000
+++ b/src/ChangeLog     2013-12-04 19:19:45 +0000
@@ -1,3 +1,7 @@
+2013-12-04  Paul Eggert  <address@hidden>
+
+       * bidi.c (LRM_CHAR, RLM_CHAR): Remove; no longer used.
+
 2013-12-04  Eli Zaretskii  <address@hidden>
 
        * w32xfns.c: Include window.h, to avoid a compiler warning.

=== modified file 'src/bidi.c'
--- a/src/bidi.c        2013-12-04 16:58:05 +0000
+++ b/src/bidi.c        2013-12-04 19:19:45 +0000
@@ -67,9 +67,7 @@
 
 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 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]