diff options
| author | Eli Zaretskii | 2015-11-07 15:50:40 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-07 15:50:40 +0200 |
| commit | 0ea647d80dbae21bb394362b37e73e92da4dba66 (patch) | |
| tree | f492721261566aa55e4d0f5f1b5242c4543373eb | |
| parent | 53def55b4391f43aecf18bc02b61e055e4b2edd3 (diff) | |
| download | emacs-0ea647d80dbae21bb394362b37e73e92da4dba66.tar.gz emacs-0ea647d80dbae21bb394362b37e73e92da4dba66.zip | |
; * lisp/abbrev.el (copy-abbrev-table): Remove forgotten debug code.
| -rw-r--r-- | lisp/abbrev.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." | |||
| 87 | "Make a new abbrev-table with the same abbrevs as TABLE. | 87 | "Make a new abbrev-table with the same abbrevs as TABLE. |
| 88 | Does not copy property lists." | 88 | Does not copy property lists." |
| 89 | (let ((new-table (make-abbrev-table))) | 89 | (let ((new-table (make-abbrev-table))) |
| 90 | (message "modif: %s" (abbrev-table-get new-table :abbrev-table-modiff)) | ||
| 91 | (mapatoms | 90 | (mapatoms |
| 92 | (lambda (symbol) | 91 | (lambda (symbol) |
| 93 | (define-abbrev new-table | 92 | (define-abbrev new-table |