Mercurial > emacs
diff lisp/pcomplete.el @ 32502:de05ca05f4ff
(pcomplete) <defgroup>: Add :version.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Sun, 15 Oct 2000 17:13:58 +0000 |
| parents | b09ded79f0f9 |
| children | 31904bdf4350 |
line wrap: on
line diff
--- a/lisp/pcomplete.el Sun Oct 15 17:07:55 2000 +0000 +++ b/lisp/pcomplete.el Sun Oct 15 17:13:58 2000 +0000 @@ -3,7 +3,7 @@ ;; Copyright (C) 1999, 2000 Free Sofware Foundation ;; Author: John Wiegley <johnw@gnu.org> -;; Keywords: processes +;; Keywords: processes abbrev ;; This file is part of GNU Emacs. @@ -124,6 +124,7 @@ (defgroup pcomplete nil "Programmable completion." + :version "21.1" :group 'processes) ;;; User Variables:
