emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/ebdb 31bf2cf 117/350: No, that's not the proper way to


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 31bf2cf 117/350: No, that's not the proper way to create a &context catchall
Date: Mon, 14 Aug 2017 11:46:18 -0400 (EDT)

branch: externals/ebdb
commit 31bf2cf2d44bc3d1834798e2f4ce2ff0dc1fbef5
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    No, that's not the proper way to create a &context catchall
    
    * ebdb-mua.el (ebdb-mua-prepare-article): Just an empty argument list
      will do.
---
 ebdb-mua.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ebdb-mua.el b/ebdb-mua.el
index 795abf5..356995e 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -1081,9 +1081,7 @@ Return the records matching ADDRESS or nil."
 
     (nreverse new-records)))
 
-;; I hope this (&context (major-mode t)) is the proper way to create a
-;; &context catchall.
-(cl-defmethod ebdb-mua-prepare-article (&context (major-mode t))
+(cl-defmethod ebdb-mua-prepare-article ()
   "Do whatever preparations are necessary to work on records
   associated with the current message.
 



reply via email to

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