forked from pool/emacs-auctex
14 lines
553 B
Diff
14 lines
553 B
Diff
--- font-latex.el 2011/05/01 14:54:21 5.193
|
|
+++ font-latex.el 2012/07/04 06:11:58 5.194
|
|
@@ -1952,8 +1952,8 @@
|
|
(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:
|