aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorGlenn Morris2014-02-09 17:34:22 -0800
committerGlenn Morris2014-02-09 17:34:22 -0800
commit34dc21db6e57ebbad81a196002fcd3cc557f096e (patch)
treeaf967b20dcee5af033a0fd63f464bab0b7569cb1 /lisp/completion.el
parent411141fb8e659c11194b40b6fc645b7226c76d12 (diff)
downloademacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.tar.gz
emacs-34dc21db6e57ebbad81a196002fcd3cc557f096e.zip
Replace "Maintainer: FSF" with the emacs-devel mailing address
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el
index e2252ed688c..7e5c2143870 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -3,7 +3,7 @@
3;; Copyright (C) 1990, 1993, 1995, 1997, 2001-2014 Free Software 3;; Copyright (C) 1990, 1993, 1995, 1997, 2001-2014 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
5 5
6;; Maintainer: FSF 6;; Maintainer: emacs-devel@gnu.org
7;; Keywords: abbrev convenience 7;; Keywords: abbrev convenience
8;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. 8;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc.
9;; (ideas suggested by Brewster Kahle) 9;; (ideas suggested by Brewster Kahle)