diff options
Diffstat (limited to 'lisp/textmodes/reftex-parse.el')
| -rw-r--r-- | lisp/textmodes/reftex-parse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 791b5d7b945..7169e70d6c4 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -251,7 +251,7 @@ of master file." | |||
| 251 | ;; the next parsing iteration. | 251 | ;; the next parsing iteration. |
| 252 | (when (eq (char-before) ?\\) (backward-char)) | 252 | (when (eq (char-before) ?\\) (backward-char)) |
| 253 | ;; Insert in List | 253 | ;; Insert in List |
| 254 | (setq toc-entry (reftex-section-info file)) | 254 | (setq toc-entry (funcall reftex-section-info-function file)) |
| 255 | (when toc-entry | 255 | (when toc-entry |
| 256 | ;; It can happen that section info returns nil | 256 | ;; It can happen that section info returns nil |
| 257 | (setq level (nth 5 toc-entry)) | 257 | (setq level (nth 5 toc-entry)) |