diff --git a/tex.el b/tex.el index 915702f4..a73c9ed6 100644 --- a/tex.el +++ b/tex.el @@ -4253,6 +4253,7 @@ you should not use something like `[\\(]' for a character range." (symbol (nth 2 entry)) (match (nth 1 entry))) (unless (TeX-in-comment) + (message "entry: %S" entry) (looking-at (nth 0 entry)) (if (fboundp symbol) (funcall symbol match)