[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
align-regexp broken in 21.3
From: |
Gustav HÃ¥llberg |
Subject: |
align-regexp broken in 21.3 |
Date: |
31 Oct 2003 17:58:22 +0100 |
In GNU Emacs 21.3.1 (i686-pc-linux-gnu, X toolkit)
of 2003-04-03 on localhost.localdomain
configured using `configure --prefix=/usr/local/emacs/21.3
--without-toolkit-scroll-bars'
There's a missing argument to a (message) call in align-region:
--- align.el~ 2003-10-31 17:56:10.000000000 +0100
+++ align.el 2003-10-31 17:45:48.000000000 +0100
@@ -1417,6 +1417,7 @@
(if name
(message
"Aligning `%s' (rule %d of %d) %d%%..."
+ name
rule-index rule-count
(/ (* (- (point) real-beg) 100)
(- end-mark real-beg)))
- Gustav