# HG changeset patch # User Pavel Jank # Date 1010257375 0 # Node ID d0f023f30837208a0fd6fe5986933471ca4d7153 # Parent 099200f97432ba1b05484adea250b4caa117b459 Remove unnecessary whitespace. diff -r 099200f97432 -r d0f023f30837 lisp/abbrevlist.el --- a/lisp/abbrevlist.el Sat Jan 05 19:02:27 2002 +0000 +++ b/lisp/abbrevlist.el Sat Jan 05 19:02:55 2002 +0000 @@ -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)