Fix argument name

s/js/jc/.  This code happened to work anyway because of dynamic scoping.
This commit is contained in:
Magnus Henoch 2014-04-25 20:01:34 +01:00
parent 0782581252
commit 00d0567960
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ See section 9.3 of XMPP Core."
(dolist (hook '(jabber-info-message-hooks jabber-alert-info-message-hooks))
(run-hook-with-args hook 'browse (current-buffer) (funcall jabber-alert-info-message-function 'browse (current-buffer))))))))
(defun jabber-silent-process-data (js xml-data closure-data)
(defun jabber-silent-process-data (jc xml-data closure-data)
"Process random results from various requests to only alert hooks."
(let ((text (cond
((functionp closure-data)