diff options
author | Glenn Morris <rgm@gnu.org> | 2017-06-06 15:08:41 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-06-06 15:08:41 -0400 |
commit | a203e717ebe2b5a491b39a52f39e65ef17dc39a5 (patch) | |
tree | c50d690cc4ee5f9c95741b4c1822edb4588c07e5 /test/lisp/emacs-lisp | |
parent | 0cd94b8a03e78bbfef3563ddd625b4cd817459bb (diff) | |
download | emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.tar.gz emacs-a203e717ebe2b5a491b39a52f39e65ef17dc39a5.tar.bz2 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/lisp/emacs-lisp')
-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 @@ ;; Copyright (C) 2016-2017 Free Software Foundation, Inc. -;; Author: Google Inc. +;; Author: Philipp Stephani <phst@google.com> ;; This file is part of GNU Emacs. |