(view-emacs-news): Use mapc' rather than
mapcar'.
This commit is contained in:
parent
3731290f9e
commit
cc6650afd6
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ With argument, display info only for the selected version."
|
|||
(when (consp version)
|
||||
(let* ((all-versions
|
||||
(let (res)
|
||||
(mapcar
|
||||
(mapc
|
||||
(lambda (file)
|
||||
(with-temp-buffer
|
||||
(insert-file-contents
|
||||
|
|
Loading…
Add table
Reference in a new issue