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
09789412
Commit
09789412
authored
Sep 29, 2000
by
Miles Bader
Browse files
(authors-print): Rephrase many-files string.
parent
75e5b373
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/authors.el
lisp/emacs-lisp/authors.el
+1
-1
No files found.
lisp/emacs-lisp/authors.el
View file @
09789412
...
...
@@ -229,7 +229,7 @@ CHANGES is an alist of entries (FILE ACTION...), as produced by
(
insert
author
" (wrote) "
file
"\n"
)
(
setq
nchanged
(
1+
nchanged
)))))
(
if
(
>
nchanged
authors-many-files
)
(
insert
author
" (changed) [
changes in
more than "
(
insert
author
" (changed) [more than "
(
int-to-string
authors-many-files
)
" files]\n"
)
(
dolist
(
change
changes
)
(
let
((
actions
(
cdr
change
))
...
...
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