]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-crypto.el
Don't quote lambda forms
[notmuch] / emacs / notmuch-crypto.el
index 67c26af997934e9c74d8f9e251af00e31862953a..ac30098734283e76c88eb6cb97df5badd04cf3e1 100644 (file)
@@ -68,7 +68,7 @@ mode."
   :group 'notmuch)
 
 (define-button-type 'notmuch-crypto-status-button-type
-  'action '(lambda (button) (message (button-get button 'help-echo)))
+  'action (lambda (button) (message (button-get button 'help-echo)))
   'follow-link t
   'help-echo "Set notmuch-crypto-process-mime to process cryptographic mime parts.")
 
@@ -77,7 +77,7 @@ mode."
         (help-msg nil)
         (label "Signature not processed")
         (face 'notmuch-crypto-signature-unknown)
-        (button-action '(lambda (button) (message (button-get button 'help-echo)))))
+        (button-action (lambda (button) (message (button-get button 'help-echo)))))
     (cond
      ((string= status "good")
       (let ((fingerprint (concat "0x" (plist-get sigstatus :fingerprint))))