1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

Add a few more variables to redisplay--variables

* lisp/frame.el (redisplay--variables): Add bidi-paragraph-direction
and bidi-display-reordering to the list.
This commit is contained in:
Eli Zaretskii 2015-11-13 11:56:08 +02:00
parent 04f69f1764
commit 2fac30eb8d

View File

@ -2238,7 +2238,9 @@ See also `toggle-frame-maximized'."
'(line-spacing
overline-margin
line-prefix
wrap-prefix))
wrap-prefix
bidi-paragraph-direction
bidi-display-reordering))
(provide 'frame)