summaryrefslogtreecommitdiff
path: root/lisp/abbrevlist.el
diff options
context:
space:
mode:
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)