X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Friece-globals.el;h=670427ba3258fe94332fe2db79f16499dc0c7d5a;hb=c488c8df3c898258c0b4db946c6e9e94898ef277;hp=aa84072ec7ec2131fa557807cd50399e5c918bce;hpb=29f34b3ea80a1f37453bd92e1e1193d69a2c612e;p=elisp%2Friece.git diff --git a/lisp/riece-globals.el b/lisp/riece-globals.el index aa84072..670427b 100644 --- a/lisp/riece-globals.el +++ b/lisp/riece-globals.el @@ -131,6 +131,12 @@ Local to the server buffers.") (defvar riece-coding-system nil "Coding system for process I/O. Local to the server buffers.") +(defvar riece-channel-cache nil + "Cache of channel names. +Local to the server buffers.") +(defvar riece-user-cache nil + "Cache of usernames. +Local to the server buffers.") ;;; Variables local to the channel buffers: (defvar riece-freeze nil @@ -148,6 +154,7 @@ Local to the channel buffers.") Local to the channel buffers.") ;;; Modeline indicators: +(defvar riece-mode-line-buffer-identification nil) (defvar riece-channel-indicator "None" "String displayed on the modeline to indicate the current channel.") (defvar riece-long-channel-indicator "None"