# HG changeset patch # User Glenn Morris # Date 1190361942 0 # Node ID 32ed8aa23e1cfc2725a7fc746a08984650cc67ad # Parent 1e88f8c5a1482a8b4878a102912503bb1f6f91eb (f90-mode-abbrev-table): Use mapc rather than mapcar. diff -r 1e88f8c5a148 -r 32ed8aa23e1c lisp/progmodes/f90.el --- a/lisp/progmodes/f90.el Fri Sep 21 08:05:27 2007 +0000 +++ b/lisp/progmodes/f90.el Fri Sep 21 08:05:42 2007 +0000 @@ -682,7 +682,7 @@ (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