; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code.

This commit is contained in:
Eli Zaretskii 2015-11-07 15:50:40 +02:00
parent 53def55b43
commit 0ea647d80d

View file

@ -87,7 +87,6 @@ be replaced by its expansion."
"Make a new abbrev-table with the same abbrevs as TABLE.
Does not copy property lists."
(let ((new-table (make-abbrev-table)))
(message "modif: %s" (abbrev-table-get new-table :abbrev-table-modiff))
(mapatoms
(lambda (symbol)
(define-abbrev new-table