Skip to content

Commit

Permalink
AUCTeX: recognize version number in TexLIve 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Zozette Milane authored and davidswelt committed Jul 9, 2017
1 parent ed59244 commit 2709a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquamacs/src/site-lisp/edit-modes/auctex/tex-buf.el
Expand Up @@ -1587,7 +1587,7 @@ Rerun to get mark in right position\\." nil t)
(setq TeX-command-next TeX-command-default))
((re-search-forward
"^\\(\\*\\* \\)?J?I?p?\\(La\\|Sli\\)TeX\\(2e\\)? \
\\(Version\\|ver\\.\\|<[0-9/]*\\(?:u[^>]*\\)?>\\)" nil t)
\\(Version\\|ver\\.\\|<[0-9/-]*\\(?:u[^>]*\\)?>\\)" nil t)
(let* ((warnings (and TeX-debug-warnings
(TeX-LaTeX-sentinel-has-warnings)))
(bad-boxes (and TeX-debug-bad-boxes
Expand Down

0 comments on commit 2709a17

Please sign in to comment.