diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-17 21:45:10 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-17 21:45:10 -0500 |
commit | 36a40681052738ecdc569ffac4950511a39f4da6 (patch) | |
tree | 281c91cfc00dbbe20ce98cf20167c2402f1f19b9 /lisp/erc/erc-pcomplete.el | |
parent | 2391d3f45dbff087d64c522657124ebd1467b251 (diff) | |
download | emacs-36a40681052738ecdc569ffac4950511a39f4da6.tar.gz emacs-36a40681052738ecdc569ffac4950511a39f4da6.tar.bz2 emacs-36a40681052738ecdc569ffac4950511a39f4da6.zip |
ERC: New maintainer.
* admin/MAINTAINERS: Add entries for Amin Bandali, new maintainer for
ERC, and interested in maintaining Eshell.
* lisp/erc/*: New maintainer.
Diffstat (limited to 'lisp/erc/erc-pcomplete.el')
-rw-r--r-- | lisp/erc/erc-pcomplete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el index 9df0558b77e..a00f8f43f22 100644 --- a/lisp/erc/erc-pcomplete.el +++ b/lisp/erc/erc-pcomplete.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2002-2004, 2006-2020 Free Software Foundation, Inc. ;; Author: Sacha Chua <sacha@free.net.ph> -;; Maintainer: emacs-devel@gnu.org +;; Maintainer: Amin Bandali <mab@gnu.org> ;; Keywords: comm, convenience ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?ErcCompletion |