auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex-fold.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex-fold.el
Date: Mon, 18 Apr 2005 04:34:08 -0400

Index: auctex/tex-fold.el
diff -u auctex/tex-fold.el:1.41 auctex/tex-fold.el:1.42
--- auctex/tex-fold.el:1.41     Thu Apr 14 07:22:38 2005
+++ auctex/tex-fold.el  Mon Apr 18 08:34:07 2005
@@ -257,18 +257,9 @@
                                      "begin[ \t]*{"
                                      (regexp-opt item-list t) "}"))
                             (t
-                             ;; "\\_>" is only available with Emacs
-                             ;; 21.4 or later (checked into CVS Emacs
-                             ;; on 2004-05-19). (This could be used in
-                             ;; font-latex as well for
-                             ;; `font-latex-match-variable-make' and
-                             ;; friends instead of "\\>" and would fix
-                             ;; issues with starred macros.)
                              (concat (regexp-quote TeX-esc)
                                      (regexp-opt item-list t)
-                                     (if (string-match "\\_>" "X")
-                                         "\\_>"
-                                       "address@hidden")))))
+                                     "address@hidden"))))
          (save-restriction
            (narrow-to-region start end)
            ;; Start from the bottom so that it is easier to prioritize




reply via email to

[Prev in Thread] Current Thread [Next in Thread]