diff options
| -rw-r--r-- | lisp/textmodes/reftex-toc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el index 4de409de70c..ae147cc6b97 100644 --- a/lisp/textmodes/reftex-toc.el +++ b/lisp/textmodes/reftex-toc.el | |||
| @@ -618,7 +618,7 @@ point." | |||
| 618 | nil ; we have permission, do nothing | 618 | nil ; we have permission, do nothing |
| 619 | (error "Abort")) ; abort, we don't have permission | 619 | (error "Abort")) ; abort, we don't have permission |
| 620 | ;; Do the changes | 620 | ;; Do the changes |
| 621 | (mapcar 'reftex-toc-promote-action entries) | 621 | (mapc 'reftex-toc-promote-action entries) |
| 622 | ;; Rescan the document and rebuilt the toc buffer | 622 | ;; Rescan the document and rebuilt the toc buffer |
| 623 | (save-window-excursion | 623 | (save-window-excursion |
| 624 | (reftex-toc-Rescan)) | 624 | (reftex-toc-Rescan)) |