diff options
| author | Paul Eggert | 2011-10-29 19:23:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-29 19:23:07 -0700 |
| commit | 1fa2385302f5b2e5bb17c8aad3cb4e320512ca46 (patch) | |
| tree | 83c74219421f969e7b9c1061e781a6f9018bb47c /lisp/textmodes/reftex-toc.el | |
| parent | 8d0eb4c275581847990b85dbb350caa3df9e653f (diff) | |
| parent | 2d197ffbe2029b479802528eeaec714df4c8a8f6 (diff) | |
| download | emacs-1fa2385302f5b2e5bb17c8aad3cb4e320512ca46.tar.gz emacs-1fa2385302f5b2e5bb17c8aad3cb4e320512ca46.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/textmodes/reftex-toc.el')
| -rw-r--r-- | lisp/textmodes/reftex-toc.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 5d691f456f7..37983d17931 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el | |||
| @@ -247,10 +247,10 @@ When called with a raw C-u prefix, rescan the document first." | |||
| 247 | 247 | ||
| 248 | (unless unsplittable | 248 | (unless unsplittable |
| 249 | (if reftex-toc-split-windows-horizontally | 249 | (if reftex-toc-split-windows-horizontally |
| 250 | (split-window-horizontally | 250 | (split-window-right |
| 251 | (floor (* (window-width) | 251 | (floor (* (window-width) |
| 252 | reftex-toc-split-windows-fraction))) | 252 | reftex-toc-split-windows-fraction))) |
| 253 | (split-window-vertically | 253 | (split-window-below |
| 254 | (floor (* (window-height) | 254 | (floor (* (window-height) |
| 255 | reftex-toc-split-windows-fraction))))) | 255 | reftex-toc-split-windows-fraction))))) |
| 256 | 256 | ||