Mercurial > emacs
changeset 45052:8357077d84d7
(align-region): Fixed the fix to align-region, because the "name"
argument was appearing twice.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Wed, 01 May 2002 00:54:10 +0000 |
parents | 66dea49fd345 |
children | 6ff64f2aa959 |
files | lisp/align.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/align.el Wed May 01 00:50:15 2002 +0000 +++ b/lisp/align.el Wed May 01 00:54:10 2002 +0000 @@ -1417,8 +1417,7 @@ (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