diff lisp/filecache.el @ 22250:a77d473867b8

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Tue, 26 May 1998 09:23:23 +0000
parents ca7b274a97d9
children 9d52c9051940
line wrap: on
line diff
--- a/lisp/filecache.el	Tue May 26 05:17:02 1998 +0000
+++ b/lisp/filecache.el	Tue May 26 09:23:23 1998 +0000
@@ -2,7 +2,7 @@
 ;;
 ;; Author:  Peter Breton <pbreton@cs.umb.edu>
 ;; 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-")
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;