diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-28 20:55:44 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-28 20:55:44 -0400 |
commit | 93a583ee13d57942ea2c3f0636e1b1e88b6f5652 (patch) | |
tree | 1ddceb09227ec1cb620aa7386be0f9cbd2cc9947 /lisp | |
parent | 41116c5ab64bd378b96efed605f0874a3e72604e (diff) | |
download | emacs-93a583ee13d57942ea2c3f0636e1b1e88b6f5652.tar.gz emacs-93a583ee13d57942ea2c3f0636e1b1e88b6f5652.tar.bz2 emacs-93a583ee13d57942ea2c3f0636e1b1e88b6f5652.zip |
Set Maintainer to emacs-devel in some lisp/url files.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/url/url-dav.el | 2 | ||||
-rw-r--r-- | lisp/url/url-gw.el | 1 | ||||
-rw-r--r-- | lisp/url/url-http.el | 1 | ||||
-rw-r--r-- | lisp/url/url-util.el | 4 | ||||
-rw-r--r-- | lisp/url/url.el | 4 |
5 files changed, 7 insertions, 5 deletions
diff --git a/lisp/url/url-dav.el b/lisp/url/url-dav.el index fcb6e70f4d7..6adb2d978af 100644 --- a/lisp/url/url-dav.el +++ b/lisp/url/url-dav.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2001, 2004-2014 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> -;; Maintainer: Bill Perry <wmperry@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: url, vc ;; This file is part of GNU Emacs. diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 2a9c6ead029..b1cc8a29e3b 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1997-1998, 2004-2014 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, data, processes ;; This file is part of GNU Emacs. diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 85ced1106fe..23e7d4b6074 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -3,6 +3,7 @@ ;; Copyright (C) 1999, 2001, 2004-2014 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, data, processes ;; This file is part of GNU Emacs. diff --git a/lisp/url/url-util.el b/lisp/url/url-util.el index a7d7e3e0fed..dd91ca46a0d 100644 --- a/lisp/url/url-util.el +++ b/lisp/url/url-util.el @@ -1,9 +1,9 @@ ;;; url-util.el --- Miscellaneous helper routines for URL library -;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, -;; Inc. +;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, data, processes ;; This file is part of GNU Emacs. diff --git a/lisp/url/url.el b/lisp/url/url.el index cbbcfd4f18b..620593a9a81 100644 --- a/lisp/url/url.el +++ b/lisp/url/url.el @@ -1,9 +1,9 @@ ;;; url.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t -*- -;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, -;; Inc. +;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc. ;; Author: Bill Perry <wmperry@gnu.org> +;; Maintainer: emacs-devel@gnu.org ;; Keywords: comm, data, processes, hypermedia ;; This file is part of GNU Emacs. |