aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/filecache.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/filecache.el')
-rw-r--r--lisp/filecache.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/filecache.el b/lisp/filecache.el
index 0c0dcc3f59..a580ee67ba 100644
--- a/lisp/filecache.el
+++ b/lisp/filecache.el
@@ -2,7 +2,7 @@
;;
;; Author: Peter Breton <[email protected]>
;; Created: Sun Nov 10 1996
-;; Keywords:
+;; Keywords: convenience
;; Time-stamp: <1998-04-29 22:38:56 pbreton>
;;
;; Copyright (C) 1996 Free Software Foundation, Inc.
@@ -142,6 +142,7 @@
(defgroup file-cache nil
"Find files using a pre-loaded cache."
:group 'files
+ :group 'convenience
:prefix "file-cache-")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;