1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Remove unnecessary whitespace.

This commit is contained in:
Pavel Janík 2002-01-05 19:02:55 +00:00
parent 7cfedc97a2
commit d5cce6ab6c

View File

@ -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)