/[auctex]/auctex/latex.el
ViewVC logotype

Diff of /auctex/latex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.373 by angeli, Tue May 31 22:33:15 2005 UTC revision 5.374 by angeli, Tue May 31 22:56:16 2005 UTC
# Line 3324  If COUNT is non-nil, do it COUNT times." Line 3324  If COUNT is non-nil, do it COUNT times."
3324                                             "\\|[ \t]*\\($\\|"                                             "\\|[ \t]*\\($\\|"
3325                                             TeX-comment-start-regexp "\\)")))                                             TeX-comment-start-regexp "\\)")))
3326                                  (progn                                  (progn
3327                                    (when (eq (char-after) ?\\)                                    (when (string= (string (char-after)) TeX-esc)
3328                                      (goto-char (TeX-find-macro-end)))                                      (goto-char (TeX-find-macro-end)))
3329                                    (forward-line 1)                                    (forward-line 1)
3330                                    (setq end-point (if (< (point) start)                                    (setq end-point (if (< (point) start)

Legend:
Removed from v.5.373  
changed lines
  Added in v.5.374

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26