aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/f90.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-09-21 08:05:42 +0000
committerGlenn Morris <[email protected]>2007-09-21 08:05:42 +0000
commit1eff4ba396eebeb2e28077869fa30df4e0d53f73 (patch)
tree8265d8085bf7cdcc4f4dc4857889c875489acbbf /lisp/progmodes/f90.el
parent8cea6fdf00c289da3debf31f5d0d95497b0b1ed8 (diff)
(f90-mode-abbrev-table): Use mapc rather than mapcar.
Diffstat (limited to 'lisp/progmodes/f90.el')
-rw-r--r--lisp/progmodes/f90.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 6c704916c6..c7042fb1f6 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