Mercurial > emacs
changeset 84922:1b6b77d0f75a
(top): Use `mapc' rather than `mapcar'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 26 Sep 2007 00:28:25 +0000 |
parents | 35543641f89c |
children | 85483f68777e |
files | lisp/progmodes/sql.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))