; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code.
This commit is contained in:
parent
53def55b43
commit
0ea647d80d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue