From 5a8854dda064c973f55f9432a52c9361f63de659 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 20 Dec 2005 13:59:16 +0000 Subject: [PATCH] (align-rules-list): Use [ \t] instead of \s- for column separators in text mode. --- lisp/align.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/align.el b/lisp/align.el index 122ce2f0f88..f63085011b7 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -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) -- 2.39.2