]> git.eshelyaron.com Git - emacs.git/commitdiff
(align-rules-list): Use [ \t] instead of \s-
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 20 Dec 2005 13:59:16 +0000 (13:59 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 20 Dec 2005 13:59:16 +0000 (13:59 +0000)
for column separators in text mode.

lisp/align.el

index 122ce2f0f8842a24dd5ec487f8ba4af5d3e3e329..f63085011b7b96e8c42a2d7b15b45a2c5aea9e7b 100644 (file)
@@ -559,7 +559,7 @@ The possible settings for `align-region-separate' are:
     ;; With a numeric prefix argument, or C-u, space delimited text
     ;; tables will be aligned.
     (text-column
-     (regexp   . "\\(^\\|\\S-\\)\\(\\s-+\\)\\(\\S-\\|$\\)")
+     (regexp   . "\\(^\\|\\S-\\)\\([ \t]+\\)\\(\\S-\\|$\\)")
      (group    . 2)
      (modes    . align-text-modes)
      (repeat   . t)