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: Glenn Morris
Subject: bug#15969: 24.3.50; erc-button fails with error
Date: Sun, 24 Nov 2013 22:24:28 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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]