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

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

[elpa] externals/gnorb 4d584f1 171/449: Require gnorb-bbdb when popping


From: Stefan Monnier
Subject: [elpa] externals/gnorb 4d584f1 171/449: Require gnorb-bbdb when popping up bbdb buffer
Date: Fri, 27 Nov 2020 23:15:32 -0500 (EST)

branch: externals/gnorb
commit 4d584f1a51570b7f881c4b4a76388540e00d4464
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Require gnorb-bbdb when popping up bbdb buffer
    
    * lisp/gnorb-org.el (gnorb-org-popup-bbdb): This command can be called
      interactively, we should still guard it with a require.
---
 lisp/gnorb-org.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/gnorb-org.el b/lisp/gnorb-org.el
index 00ac6a4..d8d32a1 100644
--- a/lisp/gnorb-org.el
+++ b/lisp/gnorb-org.el
@@ -767,6 +767,7 @@ search."
   ;; remove non-tag contents from the query string, and then make a
   ;; new call to `org-make-tags-matcher'.
   (interactive)
+  (require 'gnorb-bbdb)
   (let (recs)
     (cond ((and
            (and (eq major-mode 'org-agenda-mode)



reply via email to

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