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
bc7ece87
Commit
bc7ece87
authored
Jul 28, 2011
by
Eli Zaretskii
Browse files
src/buffer.c: Fix last change.
parent
4cc60b9b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/ChangeLog
src/ChangeLog
+2
-2
src/buffer.c
src/buffer.c
+1
-1
No files found.
src/ChangeLog
View file @
bc7ece87
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>
...
...
src/buffer.c
View file @
bc7ece87
...
...
@@ -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), Q
t
,
&BVAR (current_buffer, bidi_display_reordering), Q
nil
,
doc: /* Non-nil means reorder bidirectional text for display in the visual order. */);
DEFVAR_PER_BUFFER ("bidi-paragraph-direction",
...
...
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