aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-13 11:56:08 +0200
committerEli Zaretskii2015-11-13 11:56:08 +0200
commit2fac30eb8d8737ee3b553d4d8ec56e1f29551f0f (patch)
treec4c5760ddc4cffc4471a206f56199d4af5e1ac6d
parent04f69f1764301264c9d699be4cec2286249049b9 (diff)
downloademacs-2fac30eb8d8737ee3b553d4d8ec56e1f29551f0f.tar.gz
emacs-2fac30eb8d8737ee3b553d4d8ec56e1f29551f0f.zip
Add a few more variables to redisplay--variables
* lisp/frame.el (redisplay--variables): Add bidi-paragraph-direction and bidi-display-reordering to the list.
-rw-r--r--lisp/frame.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 3f31a2973c6..f02406541a1 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -2238,7 +2238,9 @@ See also `toggle-frame-maximized'."
2238 '(line-spacing 2238 '(line-spacing
2239 overline-margin 2239 overline-margin
2240 line-prefix 2240 line-prefix
2241 wrap-prefix)) 2241 wrap-prefix
2242 bidi-paragraph-direction
2243 bidi-display-reordering))
2242 2244
2243(provide 'frame) 2245(provide 'frame)
2244 2246