]> git.eshelyaron.com Git - emacs.git/commitdiff
(pcomplete) <defgroup>: Add :version.
authorDave Love <fx@gnu.org>
Sun, 15 Oct 2000 17:13:58 +0000 (17:13 +0000)
committerDave Love <fx@gnu.org>
Sun, 15 Oct 2000 17:13:58 +0000 (17:13 +0000)
lisp/pcomplete.el

index 61dfe7dd251802d39771fcb23de8d9845b599d4a..47c52061c27b9abd157331e01e1fd67524adab9c 100644 (file)
@@ -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.
 
 
 (defgroup pcomplete nil
   "Programmable completion."
+  :version "21.1"
   :group 'processes)
 
 ;;; User Variables: