* erc/erc-button.el (erc-nick-popup): Make `nick' available in the eval
[bpt/emacs.git] / lisp / erc / erc-button.el
index 751a35d..a124954 100644 (file)
@@ -514,7 +514,7 @@ Examples:
          (code (cdr (assoc action erc-nick-popup-alist))))
     (when code
       (erc-set-active-buffer (current-buffer))
-      (eval code))))
+      (eval code `((nick . ,nick))))))
 
 ;;; Callback functions
 (defun erc-button-describe-symbol (symbol-name)