branch: elpa/cdlatex commit 690ed49c1a7cc3648b2d4850653973fb46c2bdea Author: Carsten Dominik <carsten.domi...@gmail.com> Commit: Carsten Dominik <carsten.domi...@gmail.com>
Sharp-quote functional arguments --- cdlatex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdlatex.el b/cdlatex.el index c3f7edb0b7..2b470256f2 100644 --- a/cdlatex.el +++ b/cdlatex.el @@ -2203,7 +2203,7 @@ and after changes to these variables via ;; find out how many levels are needed for the math symbol stuff (setq cdlatex-math-symbol-no-of-levels - (1- (apply 'max (mapcar 'length cdlatex-math-symbol-alist-comb)))) + (1- (apply #'max (mapcar #'length cdlatex-math-symbol-alist-comb)))) ;; The direct key bindings. (let (map dummy-map prefix modifiers symbol bindings)