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:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user