changeset 32502:de05ca05f4ff

(pcomplete) <defgroup>: Add :version.
author Dave Love <fx@gnu.org>
date Sun, 15 Oct 2000 17:13:58 +0000
parents 616755d12f93
children 3470d692f2e0
files lisp/pcomplete.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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: