]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary whitespace.
authorPavel Janík <Pavel@Janik.cz>
Sat, 5 Jan 2002 19:02:55 +0000 (19:02 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 5 Jan 2002 19:02:55 +0000 (19:02 +0000)
lisp/abbrevlist.el

index d10679e7aaa825122bb55bf0fd23b326ab5189f1..8ffa7cb5294d77019b567412f6843f06aa58c8fa 100644 (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)