branch: externals/ebdb commit 03d432d770d97bf0f64d4d6379e4ecd0f14538c1 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
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