Fixed.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 19 Nov 2005 00:22:13 +0000 (00:22 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 19 Nov 2005 00:22:13 +0000 (00:22 +0000)
lisp/riece-cache.el
lisp/riece-globals.el
lisp/riece-options.el

index f55703d..27423e3 100644 (file)
@@ -1,4 +1,4 @@
-;;; riece-cache.el --- LRU based cache management
+;;; riece-cache.el --- LRU cache
 ;; Copyright (C) 1998-2005 Daiki Ueno
 
 ;; Author: Daiki Ueno <ueno@unixuser.org>
 ;; Copyright (C) 1998-2005 Daiki Ueno
 
 ;; Author: Daiki Ueno <ueno@unixuser.org>
index 9629d5a..348e155 100644 (file)
@@ -131,8 +131,8 @@ Local to the server buffers.")
 (defvar riece-coding-system nil
   "Coding system for process I/O.
 Local to the server buffers.")
 (defvar riece-coding-system nil
   "Coding system for process I/O.
 Local to the server buffers.")
-(defvar riece-user-lru nil
-  "LRU cache of usernames.
+(defvar riece-user-cache nil
+  "Cache of usernames.
 Local to the server buffers.")
 
 ;;; Variables local to the channel buffers:
 Local to the server buffers.")
 
 ;;; Variables local to the channel buffers:
index 778f101..1a0f37d 100644 (file)
@@ -248,8 +248,8 @@ way is to put Riece variables on .emacs or file loaded from there."
   :type 'function
   :group 'riece-server)
 
   :type 'function
   :group 'riece-server)
 
-(defcustom riece-user-lru-max-size 512
-  "Maximum size of LRU cache of usernames."
+(defcustom riece-user-cache-max-size 512
+  "Maximum size of cache of usernames."
   :type 'integer
   :group 'riece-server)
 
   :type 'integer
   :group 'riece-server)