diff options
| author | Eli Zaretskii | 2015-11-13 11:56:08 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-13 21:59:38 +0200 |
| commit | a95781eaa25e2ab9f7f9f0b5af22539ca3f64503 (patch) | |
| tree | c4c5760ddc4cffc4471a206f56199d4af5e1ac6d | |
| parent | afd3e98f6559d8294e08c8f7b14b6c0ced097ba5 (diff) | |
| download | emacs-a95781eaa25e2ab9f7f9f0b5af22539ca3f64503.tar.gz emacs-a95781eaa25e2ab9f7f9f0b5af22539ca3f64503.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.
Backport.
| -rw-r--r-- | lisp/frame.el | 4 |
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 | ||