diff lisp/custom.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children 74fd4e045ea6
line wrap: on
line diff
--- a/lisp/custom.el	Mon Aug 13 11:06:08 2007 +0200
+++ b/lisp/custom.el	Mon Aug 13 11:07:10 2007 +0200
@@ -284,8 +284,7 @@
 information."
   `(custom-declare-group (quote ,symbol) ,members ,doc ,@args))
 
-;; This is preloaded very early, so we avoid using CL features.
-(defvar custom-group-hash-table (make-hashtable 300 'eq)
+(defvar custom-group-hash-table (make-hash-table :size 300 :test 'eq)
   "Hash-table of non-empty groups.")
 
 (defun custom-add-to-group (group option widget)