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:
parent
04f69f1764
commit
2fac30eb8d
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue