From 0d929a4cbedf9296bac4910b464f77ae3a0699d0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 28 Mar 2003 15:57:27 +0000 Subject: [PATCH] sigh... --- lisp/gnus-registry.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el index 5bed64a..630b555 100644 --- a/lisp/gnus-registry.el +++ b/lisp/gnus-registry.el @@ -52,10 +52,10 @@ ;; alias puthash is missing from Emacs 20 cl-extra.el (defalias 'puthash 'cl-puthash))) -(defun gnus-registry-translate-to-alist +(defun gnus-registry-translate-to-alist () (setq gnus-registry-alist (hashtable-to-alist gnus-registry-hashtb))) -(defun gnus-registry-translate-from-alist +(defun gnus-registry-translate-from-alist () (setq gnus-registry-hashtb (alist-to-hashtable gnus-registry-alist))) (defun alist-to-hashtable (alist) -- 1.7.10.4