From 7e7ba7a34d22036e03cb3411ae8ef7b9549dff2a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 26 Sep 2007 00:20:03 +0000 Subject: [PATCH] (ethio-fidel-to-sera-buffer): Use `mapc' rather than `mapcar'. --- lisp/language/ethio-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 16b0b2152e1..195a18a10fd 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el @@ -1061,7 +1061,7 @@ See also the descriptions of the variables (aset ethio-fidel-to-sera-map 359 "`?") (aset ethio-fidel-to-sera-map 463 "?")) - (mapcar + (mapc '(lambda (x) (aset (aref ethio-fidel-to-sera-map x) 2 -- 2.39.2