mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(f90-mode-abbrev-table): Use mapc rather than mapcar.
This commit is contained in:
parent
8cea6fdf00
commit
1eff4ba396
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue