From: Glenn Morris Date: Fri, 21 Sep 2007 08:05:42 +0000 (+0000) Subject: (f90-mode-abbrev-table): Use mapc rather than mapcar. X-Git-Tag: emacs-pretest-23.0.90~10751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1eff4ba396eebeb2e28077869fa30df4e0d53f73;p=emacs.git (f90-mode-abbrev-table): Use mapc rather than mapcar. --- diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 6c704916c65..c7042fb1f67 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el @@ -682,7 +682,7 @@ Used in the F90 entry in `hs-special-modes-alist'.") (let (abbrevs-changed) ;; Use the 6th arg (SYSTEM-FLAG) of define-abbrev if possible. ;; A little baroque to quieten the byte-compiler. - (mapcar + (mapc (function (lambda (element) (condition-case nil (apply 'define-abbrev f90-mode-abbrev-table