Merge from emacs--devo--0
[bpt/emacs.git] / lisp / emacs-lisp / generic.el
index f041de2..99016d7 100644 (file)
@@ -205,7 +205,7 @@ See the file generic-x.el for some examples of `define-generic-mode'."
     (setq font-lock-defaults '(generic-font-lock-keywords))
 
     ;; Call a list of functions
-    (mapcar 'funcall function-list)
+    (mapc 'funcall function-list)
 
     (run-mode-hooks mode-hook)))