From e7d5c4682cfdbf9899df70fa5aa36dbc1a7cf131 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 3 Jan 2004 00:45:48 +0000 Subject: [PATCH] Undo the last change. --- lisp/riece-lsdb.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/riece-lsdb.el b/lisp/riece-lsdb.el index b4525df..1566ec3 100644 --- a/lisp/riece-lsdb.el +++ b/lisp/riece-lsdb.el @@ -29,9 +29,8 @@ ;;; Code: -(autoload 'lsdb-maybe-load-hash-tables "lsdb") - (eval-when-compile + (autoload 'lsdb-maybe-load-hash-tables "lsdb") (autoload 'lsdb-lookup-records "lsdb") (autoload 'lsdb-puthash "lsdb") (autoload 'lsdb-remhash "lsdb") @@ -71,8 +70,7 @@ (message "No entry for `%s'" (riece-format-identity user t))))) (defun riece-lsdb-insinuate () - (add-hook 'riece-startup-hook - 'lsdb-maybe-load-hash-tables t) + (require 'lsdb) (add-to-list 'lsdb-secondary-hash-tables 'riece-lsdb-cache) (add-to-list 'lsdb-after-update-record-functions -- 1.7.10.4