From cc6650afd62e15a828d7f751dba72ca096d647f6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 25 Sep 2007 11:07:06 +0000 Subject: [PATCH] (view-emacs-news): Use `mapc' rather than `mapcar'. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 8d8ea7c206f..b957f88a7e4 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 -- 2.39.5