diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-25 13:43:06 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-05-25 14:25:18 -0700 |
commit | f744797af1dd73a547dd204d7e79f084e6508517 (patch) | |
tree | 880520a7ce5a72a9cdcfd17a287e0129f3a98685 /test/lisp/vc | |
parent | 2843945c5fb7179b96bdab71528f57b2e4a30517 (diff) | |
download | emacs-f744797af1dd73a547dd204d7e79f084e6508517.tar.gz emacs-f744797af1dd73a547dd204d7e79f084e6508517.tar.bz2 emacs-f744797af1dd73a547dd204d7e79f084e6508517.zip |
Go back to "Maintainer: emacs-devel@gnu.org"
Restore lines saying "Maintainer: emacs-devel@gnu.org" when there is
no special maintainer for a file. Although this wasn't documented
it was common practice and removing the lines didn't have consensus.
Diffstat (limited to 'test/lisp/vc')
-rw-r--r-- | test/lisp/vc/diff-mode-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/vc/smerge-mode-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/vc/vc-bzr-tests.el | 1 | ||||
-rw-r--r-- | test/lisp/vc/vc-hg-tests.el | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index d809b64634f..676d461076b 100644 --- a/test/lisp/vc/diff-mode-tests.el +++ b/test/lisp/vc/diff-mode-tests.el @@ -1,6 +1,7 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. ;; Author: Dima Kogan <dima@secretsauce.net> +;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/vc/smerge-mode-tests.el b/test/lisp/vc/smerge-mode-tests.el index 67f64689220..032afa9dc24 100644 --- a/test/lisp/vc/smerge-mode-tests.el +++ b/test/lisp/vc/smerge-mode-tests.el @@ -1,5 +1,7 @@ ;; Copyright (C) 2017-2019 Free Software Foundation, Inc. +;; Maintainer: emacs-devel@gnu.org + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/test/lisp/vc/vc-bzr-tests.el b/test/lisp/vc/vc-bzr-tests.el index 04c869ed935..8fa16cdccb1 100644 --- a/test/lisp/vc/vc-bzr-tests.el +++ b/test/lisp/vc/vc-bzr-tests.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2011-2019 Free Software Foundation, Inc. ;; Author: Glenn Morris <rgm@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. diff --git a/test/lisp/vc/vc-hg-tests.el b/test/lisp/vc/vc-hg-tests.el index 7fc84610a01..1bdc3204c03 100644 --- a/test/lisp/vc/vc-hg-tests.el +++ b/test/lisp/vc/vc-hg-tests.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2016-2019 Free Software Foundation, Inc. ;; Author: Dmitry Gutov <dgutov@yandex.ru> +;; Maintainer: emacs-devel@gnu.org ;; This file is part of GNU Emacs. |