diff options
| author | Glenn Morris | 2017-06-06 15:08:41 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-06-06 15:08:41 -0400 |
| commit | a203e717ebe2b5a491b39a52f39e65ef17dc39a5 (patch) | |
| tree | c50d690cc4ee5f9c95741b4c1822edb4588c07e5 /test | |
| parent | 0cd94b8a03e78bbfef3563ddd625b4cd817459bb (diff) | |
| download | emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.tar.gz emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.zip | |
More small authors.el updates
* admin/authors.el (authors-aliases): Fix recent addition.
(authors-obsolete-files-regexps, authors-no-scan-regexps)
(authors-ignored-files, authors-valid-file-names)
(authors-renamed-files-alist): Additions.
; * lisp/vc/pcvs.el, test/lisp/emacs-lisp/checkdoc-tests.el:
; Fix Author headers.
; * ChangeLog.2: Fixes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/emacs-lisp/checkdoc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/emacs-lisp/checkdoc-tests.el b/test/lisp/emacs-lisp/checkdoc-tests.el index ac1375e1d32..69985506f78 100644 --- a/test/lisp/emacs-lisp/checkdoc-tests.el +++ b/test/lisp/emacs-lisp/checkdoc-tests.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Google Inc. | 5 | ;; Author: Philipp Stephani <phst@google.com> |
| 6 | 6 | ||
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 8 | 8 | ||