]> code.delx.au - gnu-emacs/commitdiff
(top): Use `mapc' rather than `mapcar'.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Sep 2007 00:28:25 +0000 (00:28 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Sep 2007 00:28:25 +0000 (00:28 +0000)
lisp/progmodes/sql.el

index 1187129bb3387bf7b7e9a5457a531fcd6de04c04..a03b58b466ca1d3219d291bab987c8054903dcdc 100644 (file)
@@ -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))