Mercurial > emacs
changeset 42561:d0f023f30837
Remove unnecessary whitespace.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 05 Jan 2002 19:02:55 +0000 |
parents | 099200f97432 |
children | fb149efd0c72 |
files | lisp/abbrevlist.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)