]> git.eshelyaron.com Git - emacs.git/commitdiff
(align-region): Added a missing name argument.
authorJohn Wiegley <johnw@newartisans.com>
Wed, 6 Feb 2002 07:07:54 +0000 (07:07 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 6 Feb 2002 07:07:54 +0000 (07:07 +0000)
lisp/align.el

index ad4bd039661edc04a85913e3a9326b211845338b..388c090a2040c8a3d5fe8f5dd90ad4f548b8f398 100644 (file)
@@ -1,6 +1,6 @@
 ;;; align.el --- align text to a specific column, by regexp
 
-;; Copyright (C) 1999, 2000 Free Sofware Foundation
+;; Copyright (C) 1999, 2000, 2002 Free Sofware Foundation
 
 ;; Author: John Wiegley <johnw@gnu.org>
 ;; Keywords: convenience languages lisp
@@ -1417,7 +1417,7 @@ aligner would have dealt with are."
                              (if name
                                  (message
                                   "Aligning `%s' (rule %d of %d) %d%%..."
-                                  rule-index rule-count
+                                  name rule-index rule-count
                                   (/ (* (- (point) real-beg) 100)
                                      (- end-mark real-beg)))
                                (message