(align-region): Fixed the fix to align-region, because the "name"
authorJohn Wiegley <johnw@newartisans.com>
Wed, 1 May 2002 00:54:10 +0000 (00:54 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 1 May 2002 00:54:10 +0000 (00:54 +0000)
argument was appearing twice.

lisp/align.el

index 5f10d55..e5ad98c 100644 (file)
@@ -1417,8 +1417,7 @@ aligner would have dealt with are."
                              (if (and symbol (symbolp symbol))
                                  (message
                                   "Aligning `%s' (rule %d of %d) %d%%..."
-                                  (symbol-name symbol)
-                                  name rule-index rule-count
+                                  (symbol-name symbol) rule-index rule-count
                                   (/ (* (- (point) real-beg) 100)
                                      (- end-mark real-beg)))
                                (message