mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
src/buffer.c: Fix last change.
This commit is contained in:
parent
4cc60b9b85
commit
bc7ece8713
@ -1,7 +1,7 @@
|
||||
2011-07-28 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* buffer.c (init_buffer_once, syms_of_buffer): Set
|
||||
bidi-display-reordering to t by default.
|
||||
* buffer.c (init_buffer_once): Set bidi-display-reordering to t by
|
||||
default.
|
||||
|
||||
2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
|
@ -5500,7 +5500,7 @@ The variable `coding-system-for-write', if non-nil, overrides this variable.
|
||||
This variable is never applied to a way of decoding a file while reading it. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("bidi-display-reordering",
|
||||
&BVAR (current_buffer, bidi_display_reordering), Qt,
|
||||
&BVAR (current_buffer, bidi_display_reordering), Qnil,
|
||||
doc: /* Non-nil means reorder bidirectional text for display in the visual order. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("bidi-paragraph-direction",
|
||||
|
Loading…
x
Reference in New Issue
Block a user