summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-09-26 00:20:03 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-09-26 00:20:03 +0000
commit7e7ba7a34d22036e03cb3411ae8ef7b9549dff2a (patch)
tree1cb6dc62e82956f16400e65a2da50e1e2d6cabcd /lisp
parent1249c1d1739d98675de09ac85a5b3cf89be44887 (diff)
downloademacs-7e7ba7a34d22036e03cb3411ae8ef7b9549dff2a.tar.gz
emacs-7e7ba7a34d22036e03cb3411ae8ef7b9549dff2a.tar.bz2
emacs-7e7ba7a34d22036e03cb3411ae8ef7b9549dff2a.zip
(ethio-fidel-to-sera-buffer): Use `mapc' rather than `mapcar'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/language/ethio-util.el2
1 files changed, 1 insertions, 1 deletions
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