diff src/buffer.h @ 107583:f35e7896a0fe

Retrospective commit. These are the original changes made by Kenichi Handa on the old pre Emacs 22 emacs-bidi branch.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 31 Dec 2009 14:44:59 -0500
parents f2cea199b0c4
children e0df0337f248
line wrap: on
line diff
--- a/src/buffer.h	Wed Dec 30 21:14:46 2009 -0500
+++ b/src/buffer.h	Thu Dec 31 14:44:59 2009 -0500
@@ -658,8 +658,10 @@
   Lisp_Object word_wrap;
   /* Non-nil means display ctl chars with uparrow.  */
   Lisp_Object ctl_arrow;
-  /* Non-nil means display text from right to left.  */
-  Lisp_Object direction_reversed;
+  /* Non-nil means display bidi text in correct visual order.  */
+  Lisp_Object enable_bidi_display;
+  /* Non-nil means set beginning of lines at the right end of windows.  */
+  Lisp_Object orientation_reversed;
   /* Non-nil means do selective display;
      see doc string in syms_of_buffer (buffer.c) for details.  */
   Lisp_Object selective_display;