From: yamaoka Date: Fri, 28 Mar 2003 15:57:27 +0000 (+0000) Subject: sigh... X-Git-Tag: t-gnus-6_15_18-00-quimby~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0d929a4cbedf9296bac4910b464f77ae3a0699d0;p=elisp%2Fgnus.git- sigh... --- 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)