(align-region): Added a missing name argument.
This commit is contained in:
parent
7ff2460789
commit
f3bbc088d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue