From: Juanma Barranquero Date: Wed, 26 Sep 2007 00:28:25 +0000 (+0000) Subject: (top): Use `mapc' rather than `mapcar'. X-Git-Tag: emacs-pretest-23.0.90~10620 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f77183c08323f6682c32fa3b64c5313889df7d2a;p=emacs.git (top): Use `mapc' rather than `mapcar'. --- diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 1187129bb33..a03b58b466c 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el @@ -863,7 +863,7 @@ Based on `comint-mode-map'.") (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))