1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08: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 '(line-spacing
overline-margin overline-margin
line-prefix line-prefix
wrap-prefix)) wrap-prefix
bidi-paragraph-direction
bidi-display-reordering))
(provide 'frame) (provide 'frame)