From: Pavel Janík Date: Sat, 5 Jan 2002 19:02:55 +0000 (+0000) Subject: Remove unnecessary whitespace. X-Git-Tag: ttn-vms-21-2-B4~17294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5cce6ab6cf67aa87bb0d97e75e7857c5f30d3b6;p=emacs.git Remove unnecessary whitespace. --- diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el index d10679e7aaa..8ffa7cb5294 100644 --- a/lisp/abbrevlist.el +++ b/lisp/abbrevlist.el @@ -33,7 +33,7 @@ (save-excursion (let ((abbrev-list nil) (first-column 0)) (set-buffer standard-output) - (mapatoms + (mapatoms (function (lambda (abbrev) (setq abbrev-list (cons abbrev abbrev-list)))) abbrev-table)