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 7f186afc27c..f57113177c5 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -244,7 +244,7 @@ of master file." | |||
| 244 | (when (or (null reftex-label-ignored-macros-and-environments) | 244 | (when (or (null reftex-label-ignored-macros-and-environments) |
| 245 | ;; \label{} defs should always be honored, | 245 | ;; \label{} defs should always be honored, |
| 246 | ;; just no keyval style [label=foo] defs. | 246 | ;; just no keyval style [label=foo] defs. |
| 247 | (string-equal "\label{" (substring (reftex-match-string 0) 0 7)) | 247 | (string-equal "\\label{" (substring (reftex-match-string 0) 0 7)) |
| 248 | (if (and (fboundp 'TeX-current-macro) | 248 | (if (and (fboundp 'TeX-current-macro) |
| 249 | (fboundp 'LaTeX-current-environment)) | 249 | (fboundp 'LaTeX-current-environment)) |
| 250 | (not (or (member (save-match-data (TeX-current-macro)) | 250 | (not (or (member (save-match-data (TeX-current-macro)) |