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


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/align.el
Date: Tue, 20 Dec 2005 13:59:16 +0000

Index: emacs/lisp/align.el
diff -u emacs/lisp/align.el:1.20 emacs/lisp/align.el:1.21
--- emacs/lisp/align.el:1.20    Sat Dec 10 12:35:04 2005
+++ emacs/lisp/align.el Tue Dec 20 13:59:16 2005
@@ -559,7 +559,7 @@
     ;; 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)




reply via email to

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