bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#15969: 24.3.50; erc-button fails with error


From: Eric Hanchrow
Subject: bug#15969: 24.3.50; erc-button fails with error
Date: Sun, 24 Nov 2013 19:26:18 -0800

That indeed works.  What does that tell us?

On Sun, Nov 24, 2013 at 7:24 PM, Glenn Morris <rgm@gnu.org> wrote:
>
> Try this instead:
>
> *** lisp/erc/erc-button.el      2013-09-19 02:21:31 +0000
> --- lisp/erc/erc-button.el      2013-11-25 03:20:38 +0000
> ***************
> *** 514,520 ****
>            (code (cdr (assoc action erc-nick-popup-alist))))
>       (when code
>         (erc-set-active-buffer (current-buffer))
> !       (eval code))))
>
>   ;;; Callback functions
>   (defun erc-button-describe-symbol (symbol-name)
> --- 514,520 ----
>            (code (cdr (assoc action erc-nick-popup-alist))))
>       (when code
>         (erc-set-active-buffer (current-buffer))
> !       (eval code `((nick . ,nick))))))
>
>   ;;; Callback functions
>   (defun erc-button-describe-symbol (symbol-name)
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]