; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user