CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 06/12/29 13:40:00
Index: tex-info.el =================================================================== RCS file: /cvsroot/auctex/auctex/tex-info.el,v retrieving revision 5.153 retrieving revision 5.154 diff -u -b -r5.153 -r5.154 --- tex-info.el 25 May 2006 07:50:57 -0000 5.153 +++ tex-info.el 29 Dec 2006 13:40:00 -0000 5.154 @@ -350,6 +350,7 @@ (setq comment-start "@c ") (make-local-variable 'comment-start-skip) (setq comment-start-skip "@c +\\|@comment +") + (set (make-local-variable 'comment-use-syntax) nil) (make-local-variable 'words-include-escapes) (setq words-include-escapes t) (if (not (boundp 'texinfo-imenu-generic-expression)) _______________________________________________ auctex-commit mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-commit
