diff options
| -rw-r--r-- | lisp/textmodes/reftex-vars.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el index 791b10412c9..aac735dc771 100644 --- a/lisp/textmodes/reftex-vars.el +++ b/lisp/textmodes/reftex-vars.el | |||
| @@ -382,9 +382,6 @@ See also `reftex-toc-split-windows-horizontally'." | |||
| 382 | :group 'reftex-table-of-contents-browser | 382 | :group 'reftex-table-of-contents-browser |
| 383 | :type 'number) | 383 | :type 'number) |
| 384 | 384 | ||
| 385 | (defvar reftex-toc-split-windows-horizontally-fraction 0.5 | ||
| 386 | "This variable is obsolete, use `reftex-toc-split-windows-fraction' instead.") | ||
| 387 | |||
| 388 | (defcustom reftex-toc-keep-other-windows t | 385 | (defcustom reftex-toc-keep-other-windows t |
| 389 | "Non-nil means, split the selected window to display the *toc* buffer. | 386 | "Non-nil means, split the selected window to display the *toc* buffer. |
| 390 | This helps to keep the window configuration, but makes the *toc* small. | 387 | This helps to keep the window configuration, but makes the *toc* small. |
| @@ -2112,6 +2109,9 @@ the following construct: \\bbb [xxx] {aaa}." | |||
| 2112 | :group 'reftex-miscellaneous-configurations | 2109 | :group 'reftex-miscellaneous-configurations |
| 2113 | :type 'hook) | 2110 | :type 'hook) |
| 2114 | 2111 | ||
| 2112 | (defvar reftex-toc-split-windows-horizontally-fraction 0.5) | ||
| 2113 | (make-obsolete-variable 'reftex-toc-split-windows-horizontally-fraction | ||
| 2114 | 'reftex-toc-split-windows-fraction "31.1") | ||
| 2115 | 2115 | ||
| 2116 | (provide 'reftex-vars) | 2116 | (provide 'reftex-vars) |
| 2117 | 2117 | ||