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
commitd5cce6ab6cf67aa87bb0d97e75e7857c5f30d3b6 (patch)
treeb95d2af13ba9bc85be6e078d1600d531d878c367 /lisp/abbrevlist.el
parent7cfedc97a20904ddc0a55ee51425627531a2637a (diff)
downloademacs-d5cce6ab6cf67aa87bb0d97e75e7857c5f30d3b6.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)