aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/align.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/align.el b/lisp/align.el
index a7a98c28f12..da8e51cf120 100644
--- a/lisp/align.el
+++ b/lisp/align.el
@@ -888,10 +888,11 @@ on the format of these lists."
888 (let ((sec-first end) 888 (let ((sec-first end)
889 (sec-last beg)) 889 (sec-last beg))
890 (align-region beg end 890 (align-region beg end
891 (or exclude-rules
892 align-mode-exclude-rules-list
893 align-exclude-rules-list) nil
894 separator 891 separator
892 nil ; rules
893 (or exclude-rules
894 align-mode-exclude-rules-list
895 align-exclude-rules-list)
895 (function 896 (function
896 (lambda (b e mode) 897 (lambda (b e mode)
897 (when (and mode (listp mode)) 898 (when (and mode (listp mode))