From 0ea647d80dbae21bb394362b37e73e92da4dba66 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 7 Nov 2015 15:50:40 +0200 Subject: [PATCH] ; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code. --- lisp/abbrev.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5