diff options
Diffstat (limited to 'lisp/textmodes')
| -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 248e36a5299..b7d57733467 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el | |||
| @@ -229,7 +229,7 @@ When called with a raw C-u prefix, rescan the document first." | |||
| 229 | (car (reftex-where-am-I)))) | 229 | (car (reftex-where-am-I)))) |
| 230 | (unsplittable (if (fboundp 'frame-property) | 230 | (unsplittable (if (fboundp 'frame-property) |
| 231 | (frame-property (selected-frame) 'unsplittable) | 231 | (frame-property (selected-frame) 'unsplittable) |
| 232 | (frame-parameter (selected-frame) 'unsplittable))) | 232 | (frame-parameter nil 'unsplittable))) |
| 233 | offset toc-window) | 233 | offset toc-window) |
| 234 | 234 | ||
| 235 | (if (setq toc-window (get-buffer-window | 235 | (if (setq toc-window (get-buffer-window |
| @@ -587,7 +587,7 @@ With prefix arg 1, restrict index to the section at point." | |||
| 587 | (let ((unsplittable | 587 | (let ((unsplittable |
| 588 | (if (fboundp 'frame-property) | 588 | (if (fboundp 'frame-property) |
| 589 | (frame-property (selected-frame) 'unsplittable) | 589 | (frame-property (selected-frame) 'unsplittable) |
| 590 | (frame-parameter (selected-frame) 'unsplittable))) | 590 | (frame-parameter nil 'unsplittable))) |
| 591 | (reftex-rebuilding-toc t)) | 591 | (reftex-rebuilding-toc t)) |
| 592 | (if unsplittable | 592 | (if unsplittable |
| 593 | (switch-to-buffer | 593 | (switch-to-buffer |