From: Mark Oteiza Date: Thu, 21 Jul 2016 21:15:26 +0000 (-0400) Subject: ;Revert ";Partially revert 2649105a" X-Git-Tag: emacs-26.0.90~1840^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b35ec0ab648268d5427561637c3e86eb885ce0d3;p=emacs.git ;Revert ";Partially revert 2649105a" This reverts commit b7651649c2b1321a0c510116c1ac2442599d9a2e. --- diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 701d40912ca..710899fa30d 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -1259,7 +1259,8 @@ Entering SliTeX mode runs the hook `text-mode-hook', then the hook (font-lock-unfontify-region-function . tex-font-lock-unfontify-region))) (setq-local prettify-symbols-alist tex--prettify-symbols-alist) - (setq-local prettify-symbols-compose-predicate #'tex--prettify-symbols-compose-p) + (add-function :override (local 'prettify-symbols-compose-predicate) + #'tex--prettify-symbols-compose-p) (setq-local syntax-propertize-function (syntax-propertize-rules latex-syntax-propertize-rules)) ;; TABs in verbatim environments don't do what you think.