diff options
| author | Glenn Morris | 2014-03-28 20:55:44 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-03-28 20:55:44 -0400 |
| commit | 93a583ee13d57942ea2c3f0636e1b1e88b6f5652 (patch) | |
| tree | 1ddceb09227ec1cb620aa7386be0f9cbd2cc9947 | |
| parent | 41116c5ab64bd378b96efed605f0874a3e72604e (diff) | |
| download | emacs-93a583ee13d57942ea2c3f0636e1b1e88b6f5652.tar.gz emacs-93a583ee13d57942ea2c3f0636e1b1e88b6f5652.zip | |
Set Maintainer to emacs-devel in some lisp/url files.
| -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 @@ | |||
| 3 | ;; Copyright (C) 2001, 2004-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2004-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: Bill Perry <wmperry@gnu.org> | 6 | ;; Maintainer: emacs-devel@gnu.org |
| 7 | ;; Keywords: url, vc | 7 | ;; Keywords: url, vc |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; 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 @@ | |||
| 3 | ;; Copyright (C) 1997-1998, 2004-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997-1998, 2004-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: comm, data, processes | 7 | ;; Keywords: comm, data, processes |
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; 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 @@ | |||
| 3 | ;; Copyright (C) 1999, 2001, 2004-2014 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999, 2001, 2004-2014 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 6 | ;; Keywords: comm, data, processes | 7 | ;; Keywords: comm, data, processes |
| 7 | 8 | ||
| 8 | ;; This file is part of GNU Emacs. | 9 | ;; 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 @@ | |||
| 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library | 1 | ;;; url-util.el --- Miscellaneous helper routines for URL library |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, | 3 | ;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc. |
| 4 | ;; Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, data, processes | 7 | ;; Keywords: comm, data, processes |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; 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 @@ | |||
| 1 | ;;; url.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t -*- | 1 | ;;; url.el --- Uniform Resource Locator retrieval tool -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, | 3 | ;; Copyright (C) 1996-1999, 2001, 2004-2014 Free Software Foundation, Inc. |
| 4 | ;; Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Bill Perry <wmperry@gnu.org> | 5 | ;; Author: Bill Perry <wmperry@gnu.org> |
| 6 | ;; Maintainer: emacs-devel@gnu.org | ||
| 7 | ;; Keywords: comm, data, processes, hypermedia | 7 | ;; Keywords: comm, data, processes, hypermedia |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |