diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-05-26 09:23:23 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-05-26 09:23:23 +0000 |
commit | f5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch) | |
tree | 2ce075c3ef33cbd16429784b1d91ca265315b293 /lisp/complete.el | |
parent | 18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff) | |
download | emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.gz emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.bz2 emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.zip |
*** empty log message ***
Diffstat (limited to 'lisp/complete.el')
-rw-r--r-- | lisp/complete.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/complete.el b/lisp/complete.el index d897c78afa1..a578f22cc54 100644 --- a/lisp/complete.el +++ b/lisp/complete.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. ;; Author: Dave Gillespie <daveg@synaptics.com> -;; Keywords: abbrev +;; Keywords: abbrev convenience ;; Version: 2.03 ;; Special thanks to Hallvard Furuseth for his many ideas and contributions. @@ -101,7 +101,8 @@ (defgroup partial-completion nil "Partial Completion of items." :prefix "pc-" - :group 'minibuffer) + :group 'minibuffer + :group 'convenience) (defcustom partial-completion-mode nil "Toggle Partial Completion mode. |