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
|
||||
overline-margin
|
||||
line-prefix
|
||||
wrap-prefix))
|
||||
wrap-prefix
|
||||
bidi-paragraph-direction
|
||||
bidi-display-reordering))
|
||||
|
||||
(provide 'frame)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user