diff options
| author | Glenn Morris | 2018-01-26 19:18:23 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-01-26 19:18:23 -0800 |
| commit | e3b46f0b9ea75d80d6cdd85e9f801304b285ee6d (patch) | |
| tree | deb334d3399564628b799fab4088701a1b72b174 /test | |
| parent | 42a184ac534f7ab3ac314423f92f0f87b75f26ae (diff) | |
| download | emacs-e3b46f0b9ea75d80d6cdd85e9f801304b285ee6d.tar.gz emacs-e3b46f0b9ea75d80d6cdd85e9f801304b285ee6d.zip | |
; * test/lisp/textmodes/fill-tests.el: Fix copyright years.
Diffstat (limited to 'test')
| -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 @@ | |||
| 1 | ;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*- | 1 | ;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Marcin Borkowski <mbork@mbork.pl> | 5 | ;; Author: Marcin Borkowski <mbork@mbork.pl> |
| 6 | ;; Keywords: text, wp | 6 | ;; Keywords: text, wp |