]> code.delx.au - gnu-emacs-elpa/commitdiff
Selective merge of trivial font-latex.el fix from AUCTeX CVS
authorGlenn Morris <rgm@gnu.org>
Tue, 30 Oct 2012 07:18:50 +0000 (00:18 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 30 Oct 2012 07:18:50 +0000 (00:18 -0700)
http://debbugs.gnu.org/11837
http://lists.gnu.org/archive/html/auctex-diffs/2012-07/msg00000.html
http://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00752.html

packages/auctex/font-latex.el

index 66f24ead9800923a7f5db660363461ca2b3a8abf..2b146c7a6eee2bb6b3e474e2f6687be2465ea326 100644 (file)
@@ -1944,8 +1944,8 @@ END marks boundaries for searching for quotation ends."
        (symbol-function 'font-latex-make-built-in-keywords))
   (dolist (elt font-latex-built-in-keyword-classes)
     (let ((name (nth 0 elt)))
-      (byte-compile (intern (concat "font-latex-" name)))
-      (byte-compile (intern (concat "font-latex-" name "-make"))))))
+      (byte-compile (intern (concat "font-latex-match-" name)))
+      (byte-compile (intern (concat "font-latex-match-" name "-make"))))))
 
 
 ;; Provide ourselves: