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

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

[elpa] externals/ebdb 03d432d 02/15: Don't append citation to kill ring


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb 03d432d 02/15: Don't append citation to kill ring in ebdb-cite-records-ebdb
Date: Thu, 22 Mar 2018 00:58:54 -0400 (EDT)

branch: externals/ebdb
commit 03d432d770d97bf0f64d4d6379e4ecd0f14538c1
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Don't append citation to kill ring in ebdb-cite-records-ebdb
    
    * ebdb-com.el (ebdb-cite-records-ebdb): If I'd gone to the trouble of
      setting up the temp buffer, why would I then stick the citations on
      the kill ring?
---
 ebdb-com.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebdb-com.el b/ebdb-com.el
index 95a4125..fb089c2 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -2176,7 +2176,7 @@ otherwise inline."
       ("org" (org-mode))
       ("html" (html-mode))
       (_ (message-mode)))
-    (ebdb-cite-records records arg t)))
+    (ebdb-cite-records records arg)))
 
 ;;; completion
 



reply via email to

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