Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-264

Creator:  Magnus Henoch <mange@freemail.hu>

Make jabber-watch-alist a defcustom
This commit is contained in:
Magnus Henoch 2006-10-31 16:31:38 +00:00 committed by Kirill A. Korinskiy
parent 11a0cb7206
commit 05d500b7bd
1 changed files with 6 additions and 2 deletions

View File

@ -21,9 +21,13 @@
(require 'jabber-util)
(defvar jabber-watch-alist nil
(defcustom jabber-watch-alist nil
"Alist of buddies for which an extra notification should be sent
when they come online, with comment strings as values.")
when they come online, with comment strings as values."
;; XXX: change symbol to jid-symbol or something, and update
;; documentation
:type '(alist :key-type symbol :value-type string)
:group 'jabber-watch)
(defun jabber-presence-watch (who oldstatus newstatus
statustext proposed-alert)