diff options
author | Glenn Morris <rgm@gnu.org> | 2018-01-26 19:18:23 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-01-26 19:18:23 -0800 |
commit | e3b46f0b9ea75d80d6cdd85e9f801304b285ee6d (patch) | |
tree | deb334d3399564628b799fab4088701a1b72b174 /test/lisp/textmodes | |
parent | 42a184ac534f7ab3ac314423f92f0f87b75f26ae (diff) | |
download | emacs-e3b46f0b9ea75d80d6cdd85e9f801304b285ee6d.tar.gz emacs-e3b46f0b9ea75d80d6cdd85e9f801304b285ee6d.tar.bz2 emacs-e3b46f0b9ea75d80d6cdd85e9f801304b285ee6d.zip |
; * test/lisp/textmodes/fill-tests.el: Fix copyright years.
Diffstat (limited to 'test/lisp/textmodes')
-rw-r--r-- | test/lisp/textmodes/fill-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/textmodes/fill-tests.el b/test/lisp/textmodes/fill-tests.el index 03323090f9b..a2bcde44b99 100644 --- a/test/lisp/textmodes/fill-tests.el +++ b/test/lisp/textmodes/fill-tests.el @@ -1,6 +1,6 @@ ;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*- -;; Copyright (C) 2017 Free Software Foundation, Inc. +;; Copyright (C) 2017-2018 Free Software Foundation, Inc. ;; Author: Marcin Borkowski <mbork@mbork.pl> ;; Keywords: text, wp |