Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
938efb77
Commit
938efb77
authored
Apr 21, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove references to (default-)direction-reversed.
parent
8b1e1112
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
14 additions
and
8 deletions
+14
-8
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/locals.texi
doc/lispref/locals.texi
+0
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/subr.el
lisp/subr.el
+0
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/buffer.c
src/buffer.c
+1
-2
No files found.
doc/lispref/ChangeLog
View file @
938efb77
2010
-
04
-
20
Juanma
Barranquero
<
lekktu
@
gmail
.
com
>
*
locals
.
texi
(
Standard
Buffer
-
Local
Variables
):
Remove
@
ignore
'd reference to `direction-reversed'
.
2010
-
04
-
14
Juri
Linkov
<
juri
@
jurta
.
org
>
Fix
@
deffn
without
category
.
...
...
doc/lispref/locals.texi
View file @
938efb77
...
...
@@ -106,11 +106,6 @@ Minor mode variables will not be listed here.
@item desktop-save-buffer
@xref{Desktop Save Mode}.
@ignore
@item direction-reversed
Does not work yet.
@end ignore
@item enable-multibyte-characters
@ref{Text Representations}.
...
...
lisp/ChangeLog
View file @
938efb77
2010-04-20 Juanma Barranquero <lekktu@gmail.com>
* subr.el (default-direction-reversed): Remove obsolescence info.
2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
...
...
lisp/subr.el
View file @
938efb77
...
...
@@ -1055,7 +1055,6 @@ is converted into a string by expressing it in decimal."
(
make-obsolete-variable
'default-line-spacing
'line-spacing
"23.2"
)
(
make-obsolete-variable
'default-abbrev-mode
'abbrev-mode
"23.2"
)
(
make-obsolete-variable
'default-ctl-arrow
'ctl-arrow
"23.2"
)
(
make-obsolete-variable
'default-direction-reversed
'direction-reversed
"23.2"
)
(
make-obsolete-variable
'default-truncate-lines
'truncate-lines
"23.2"
)
(
make-obsolete-variable
'default-left-margin
'left-margin
"23.2"
)
(
make-obsolete-variable
'default-tab-width
'tab-width
"23.2"
)
...
...
src/ChangeLog
View file @
938efb77
2010-04-20 Juanma Barranquero <lekktu@gmail.com>
* buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix.
2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
* data.c (Fmake_variable_buffer_local, Fmake_local_variable):
...
...
src/buffer.c
View file @
938efb77
...
...
@@ -5784,8 +5784,7 @@ This variable is never applied to a way of decoding a file while reading it. */
DEFVAR_PER_BUFFER
(
"bidi-display-reordering"
,
&
current_buffer
->
bidi_display_reordering
,
Qnil
,
doc:
/* Non-nil means reorder bidirectional text for display in the visual order.
See also the variable `direction-reversed'. */
);
doc:
/* Non-nil means reorder bidirectional text for display in the visual order. */
);
DEFVAR_PER_BUFFER
(
"bidi-paragraph-direction"
,
&
current_buffer
->
bidi_paragraph_direction
,
Qnil
,
...
...
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