diff options
Diffstat (limited to 'lisp/completion.el')
| -rw-r--r-- | lisp/completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index b0e2c404485..5c7a25807ca 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; completion.el --- dynamic word-completion code | 1 | ;;; completion.el --- dynamic word-completion code |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001, 2002, 2003, 2004, | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997, 2001, 2002, 2003, 2004, |
| 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | 4 | ;; 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: abbrev convenience | 7 | ;; Keywords: abbrev convenience |