X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Friece-misc.el;h=fb511b5c6dc274c1d791b2766399cca3eae4351b;hb=b5676d7f1d800a9e416d955298b468b8112cd3f5;hp=bc06db1305a531ac2b0300c4753e1b6c7a99fe9e;hpb=27eac3ec788c4ad4c52aa3eb1ee24d2e9477db6f;p=elisp%2Friece.git diff --git a/lisp/riece-misc.el b/lisp/riece-misc.el index bc06db1..fb511b5 100644 --- a/lisp/riece-misc.el +++ b/lisp/riece-misc.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -222,7 +222,7 @@ (setq identities (cons (riece-make-identity (symbol-name user) server-name) identities))) - (riece-cache-map-hash-obarray riece-user-cache)) + (riece-cache-hash-obarray riece-user-cache)) identities))) (defun riece-get-channels-on-server (server-name) @@ -233,7 +233,7 @@ (setq identities (cons (riece-make-identity (symbol-name channel) server-name) identities))) - riece-channel-obarray) + (riece-cache-hash-obarray riece-channel-cache)) identities))) (defun riece-get-identities-on-server (server-name)