comparison 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
comparison
equal deleted inserted replaced
32501:616755d12f93 32502:de05ca05f4ff
1 ;;; pcomplete --- programmable completion 1 ;;; pcomplete --- programmable completion
2 2
3 ;; Copyright (C) 1999, 2000 Free Sofware Foundation 3 ;; Copyright (C) 1999, 2000 Free Sofware Foundation
4 4
5 ;; Author: John Wiegley <johnw@gnu.org> 5 ;; Author: John Wiegley <johnw@gnu.org>
6 ;; Keywords: processes 6 ;; Keywords: processes abbrev
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
122 122
123 (provide 'pcomplete) 123 (provide 'pcomplete)
124 124
125 (defgroup pcomplete nil 125 (defgroup pcomplete nil
126 "Programmable completion." 126 "Programmable completion."
127 :version "21.1"
127 :group 'processes) 128 :group 'processes)
128 129
129 ;;; User Variables: 130 ;;; User Variables:
130 131
131 (defcustom pcomplete-file-ignore nil 132 (defcustom pcomplete-file-ignore nil