|
Changes to auctex/tex.el,v: msg#00023emacs.auctex.diffs
CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 07/07/09 19:31:43 Index: tex.el =================================================================== RCS file: /cvsroot/auctex/auctex/tex.el,v retrieving revision 5.609 retrieving revision 5.610 diff -u -b -r5.609 -r5.610 --- tex.el 1 Jul 2007 07:23:53 -0000 5.609 +++ tex.el 9 Jul 2007 19:31:42 -0000 5.610 @@ -4091,6 +4091,8 @@ "Skip forward over N comments. Just like `forward-comment' but only for positive N and can use regexps instead of syntax." + (when (fboundp 'comment-normalize-vars) + (comment-normalize-vars)) (if (fboundp 'comment-forward) (comment-forward n) (setq n (or n 1)) |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Changes to reftex/ChangeLog,v: 00023, Ralf Angeli |
|---|---|
| Next by Date: | Changes to auctex/ChangeLog,v: 00023, Ralf Angeli |
| Previous by Thread: | Changes to auctex/tex.el,vi: 00023, Ralf Angeli |
| Next by Thread: | Changes to auctex/ChangeLog,v: 00023, Ralf Angeli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |