(align-region): Fixed the fix to align-region, because the "name"

argument was appearing twice.
This commit is contained in:
John Wiegley 2002-05-01 00:54:10 +00:00
parent 38c6773188
commit 39e2c94978

View 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