branch: externals/auctex commit c534b177049f33cfc1d013bbbaa8c2cd68c8527a Author: Radon Rosborough <radon.n...@gmail.com> Commit: Tassilo Horn <t...@gnu.org>
Avoid using variadic setq-local --- latex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex.el b/latex.el index dfbe78dd3d..5747449c5a 100644 --- a/latex.el +++ b/latex.el @@ -7297,8 +7297,8 @@ function would return non-nil and `(match-string 1)' would return (set (make-local-variable 'TeX-search-files-type-alist) LaTeX-search-files-type-alist) - (setq-local beginning-of-defun-function #'LaTeX-find-matching-begin - end-of-defun-function #'LaTeX-find-matching-end) + (setq-local beginning-of-defun-function #'LaTeX-find-matching-begin) + (setq-local end-of-defun-function #'LaTeX-find-matching-end) (LaTeX-indent-commands-regexp-make)