]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/auctex/font-latex.el
Get "make -k" to go through
[gnu-emacs-elpa] / 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: