From: Eli Zaretskii Date: Sat, 7 Nov 2015 13:50:40 +0000 (+0200) Subject: ; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code. X-Git-Tag: emacs-25.0.90~892 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ea647d80dbae21bb394362b37e73e92da4dba66;p=emacs.git ; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code. --- 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." "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