branch: elpa/cdlatex commit 7521fa1b39de735dcbd32bca92a792d5261e9ce2 Author: Carsten Dominik <carsten.domi...@gmail.com> Commit: Carsten Dominik <carsten.domi...@gmail.com>
Fix regexp --- cdlatex.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdlatex.el b/cdlatex.el index f43dad1e71..9dff9fe4d7 100644 --- a/cdlatex.el +++ b/cdlatex.el @@ -3,7 +3,7 @@ ;; ;; Author: Carsten Dominik <carsten.domi...@gmail.com> ;; Keywords: tex -;; Version: 4.18b +;; Version: 4.18c ;; ;; This file is not part of GNU Emacs. ;; @@ -1006,7 +1006,7 @@ Sounds strange? Try it out!" (= (preceding-char) ?-)) (throw 'stop t) (forward-char 1) - (if (looking-at "[^_^({\\[]") + (if (looking-at "[^_^({[]") ;; stop after closing bracket, unless ^_[{( follow (throw 'stop t))))))))