aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-01-05 19:02:55 +0000
committerPavel Janík <[email protected]>2002-01-05 19:02:55 +0000
commitd5cce6ab6cf67aa87bb0d97e75e7857c5f30d3b6 (patch)
treeb95d2af13ba9bc85be6e078d1600d531d878c367 /lisp
parent7cfedc97a20904ddc0a55ee51425627531a2637a (diff)
Remove unnecessary whitespace.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/abbrevlist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el
index d10679e7aa..8ffa7cb529 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)