From: John Wiegley Date: Wed, 1 May 2002 00:54:10 +0000 (+0000) Subject: (align-region): Fixed the fix to align-region, because the "name" X-Git-Tag: ttn-vms-21-2-B4~15250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39e2c94978b4964e662e26326c3791d33224c15f;p=emacs.git (align-region): Fixed the fix to align-region, because the "name" argument was appearing twice. --- diff --git a/lisp/align.el b/lisp/align.el index 5f10d555113..e5ad98c815a 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -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