tsdh pushed a change to branch externals/auctex. from 7423267 Some tweaks for the latest changes. new 896346a Fix preview-latex and regression tests new 70029e0 Fix preamble cache new 0ce30c1 * tests/japanese/preview-latex.el: Make cleanup forms more robust new 7049512 Reduce byte compiler warning new 36369f6 Reduce byte compiler warning new c35f0d1 Use #' instead of ' to quote function where possible new 91ac45a Reduce byte compiler warning new 5696f07 Reduce byte compiler warning new ab161ba ; Convert tabs to spaces new a83033a Fix doc string new 404aea2 Fix broken test new 5d73084 Some minor followups new c2a40eb Use built-in functions for similar functions new dda4932 Add new fontification test new b2383d5 Remove xemacs compat elements new 3750d1a Resolve unnecassary back quote new d1047f3 Merge remote-tracking branch 'origin/master' into externals/auctex
Summary of changes: bib-cite.el | 125 +++++----------------------- doc/changes.texi | 12 ++- doc/preview-faq.texi | 2 +- doc/tex-ref.tex | 36 ++++---- font-latex.el | 9 +- latex.el | 20 ++--- multi-prompt.el | 4 +- preview.el | 48 +++++++---- style/babel.el | 4 +- style/biblatex.el | 4 +- style/bigdelim.el | 6 +- style/hologo.el | 6 +- style/newfloat.el | 4 +- style/ntheorem.el | 2 +- style/wrapfig.el | 2 +- tests/japanese/preview-latex.el | 144 +++++++++++++++++--------------- tests/latex/font-latex-test.el | 180 ++++++++++++++++++++++++++++++++++++++++ tests/make-test-deps.emacs-lisp | 4 +- tests/tex/path-expansion.el | 7 +- tex-bar.el | 8 +- tex-buf.el | 4 +- tex-fold.el | 4 +- tex.el | 94 ++++++--------------- toolbar-x.el | 30 +++---- 24 files changed, 425 insertions(+), 334 deletions(-)