diff options
| -rw-r--r-- | lisp/abbrevlist.el | 2 |
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 @@ | |||
| 33 | (save-excursion | 33 | (save-excursion |
| 34 | (let ((abbrev-list nil) (first-column 0)) | 34 | (let ((abbrev-list nil) (first-column 0)) |
| 35 | (set-buffer standard-output) | 35 | (set-buffer standard-output) |
| 36 | (mapatoms | 36 | (mapatoms |
| 37 | (function (lambda (abbrev) | 37 | (function (lambda (abbrev) |
| 38 | (setq abbrev-list (cons abbrev abbrev-list)))) | 38 | (setq abbrev-list (cons abbrev abbrev-list)))) |
| 39 | abbrev-table) | 39 | abbrev-table) |