CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     David Kastrup <dak>     07/03/23 18:27:47

Index: context.el
===================================================================
RCS file: /sources/auctex/auctex/context.el,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- context.el  6 Dec 2006 18:21:48 -0000       1.60
+++ context.el  23 Mar 2007 18:27:47 -0000      1.61
@@ -476,7 +476,7 @@
         (setq TeX-command-next TeX-command-default))
        ((re-search-forward "removed files :" nil t)
         (message "sucessfully cleaned up"))
-       ((re-search-forward "^ TeX\\(Exec\\|Util\\)" nil t) ;; strange regexp 
--pg
+       ((re-search-forward "^ ?TeX\\(Exec\\|Util\\)" nil t) ;; strange regexp 
--pg
         (message (concat name ": successfully formatted "
                          (TeX-current-pages)))
         (setq TeX-command-next TeX-command-Show))


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to