Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3bbc088
Commit
f3bbc088
authored
Feb 06, 2002
by
John Wiegley
Browse files
(align-region): Added a missing name argument.
parent
7ff24607
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/align.el
lisp/align.el
+2
-2
No files found.
lisp/align.el
View file @
f3bbc088
;;; 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment