]> code.delx.au - gnu-emacs/blobdiff - lisp/abbrev.el
Update copyright year to 2016
[gnu-emacs] / lisp / abbrev.el
index bd1650b569416001cf8c175b9aa9252289bbf98c..d181d97703ec722558b75fdc8d2902cb91b898f1 100644 (file)
@@ -1,6 +1,6 @@
 ;;; abbrev.el --- abbrev mode commands for Emacs -*- lexical-binding: t -*-
 
-;; Copyright (C) 1985-1987, 1992, 2001-2015 Free Software Foundation,
+;; Copyright (C) 1985-1987, 1992, 2001-2016 Free Software Foundation,
 ;; Inc.
 
 ;; Maintainer: emacs-devel@gnu.org
@@ -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