emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 5618a50 1/2: * lisp/align.el (align): Fix arg ord


From: Artur Malabarba
Subject: [Emacs-diffs] emacs-25 5618a50 1/2: * lisp/align.el (align): Fix arg order in call to `align-region'
Date: Sun, 03 Jan 2016 18:58:50 +0000

branch: emacs-25
commit 5618a507ad2ef7d84ae0dd643f87aab41e3f24f0
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/align.el (align): Fix arg order in call to `align-region'
---
 lisp/align.el |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/align.el b/lisp/align.el
index a7a98c2..da8e51c 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -888,10 +888,11 @@ on the format of these lists."
       (let ((sec-first end)
            (sec-last beg))
        (align-region beg end
-                     (or exclude-rules
-                         align-mode-exclude-rules-list
-                         align-exclude-rules-list) nil
                      separator
+                     nil ; rules
+                      (or exclude-rules
+                         align-mode-exclude-rules-list
+                         align-exclude-rules-list)
                      (function
                       (lambda (b e mode)
                         (when (and mode (listp mode))



reply via email to

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