diff options
| -rw-r--r-- | lisp/abbrev.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index bd1650b5694..43a905b906e 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -87,7 +87,6 @@ be replaced by its expansion." | |||
| 87 | "Make a new abbrev-table with the same abbrevs as TABLE. | 87 | "Make a new abbrev-table with the same abbrevs as TABLE. |
| 88 | Does not copy property lists." | 88 | Does not copy property lists." |
| 89 | (let ((new-table (make-abbrev-table))) | 89 | (let ((new-table (make-abbrev-table))) |
| 90 | (message "modif: %s" (abbrev-table-get new-table :abbrev-table-modiff)) | ||
| 91 | (mapatoms | 90 | (mapatoms |
| 92 | (lambda (symbol) | 91 | (lambda (symbol) |
| 93 | (define-abbrev new-table | 92 | (define-abbrev new-table |