summaryrefslogtreecommitdiff
path: root/lisp/abbrevlist.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-05 19:02:55 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-05 19:02:55 +0000
commit45aff73e4026b33303b115fbdbe1d61bdeadf34d (patch)
tree80abc8e0b55fa1611277efbef440a3d2828724cd /lisp/abbrevlist.el
parentb0396c135fd993c85dfc41ce169c788876b06394 (diff)
downloademacs-45aff73e4026b33303b115fbdbe1d61bdeadf34d.tar.gz
Remove unnecessary whitespace.
Diffstat (limited to 'lisp/abbrevlist.el')
-rw-r--r--lisp/abbrevlist.el2
1 files changed, 1 insertions, 1 deletions
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)