1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

; * 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