emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/align.el,v


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el,v
Date: Thu, 14 Dec 2006 17:58:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      06/12/14 17:58:40

Index: align.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/align.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- align.el    14 Dec 2006 15:18:02 -0000      1.25
+++ align.el    14 Dec 2006 17:58:40 -0000      1.26
@@ -1075,7 +1075,7 @@
                           (eq (char-before pos) ?\\))
                 (setq count (1+ count) pos (1- pos)))
               (eq (mod count 2) 1))
-            (goto-char (match-beginning 2))))
+            (goto-char (match-beginning (if reverse 1 2)))))
     result))
 
 (defun align-new-section-p (beg end separator)




reply via email to

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