Mercurial > emacs
changeset 84761:32ed8aa23e1c
(f90-mode-abbrev-table): Use mapc rather than mapcar.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 21 Sep 2007 08:05:42 +0000 |
parents | 1e88f8c5a148 |
children | b6cf194b9eb1 |
files | lisp/progmodes/f90.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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