Mercurial > emacs
diff lisp/progmodes/sql.el @ 84922:1b6b77d0f75a
(top): Use `mapc' rather than `mapcar'.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 26 Sep 2007 00:28:25 +0000 |
| parents | c1ec1c8a8d2e |
| children | 107ccd98fa12 bdb3fe0ba9fa |
line wrap: on
line diff
--- a/lisp/progmodes/sql.el Wed Sep 26 00:27:18 2007 +0000 +++ b/lisp/progmodes/sql.el Wed Sep 26 00:28:25 2007 +0000 @@ -863,7 +863,7 @@ (unless sql-mode-abbrev-table (define-abbrev-table 'sql-mode-abbrev-table nil)) -(mapcar +(mapc ;; In Emacs 22+, provide SYSTEM-FLAG to define-abbrev. '(lambda (abbrev) (let ((name (car abbrev))
