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

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

[elpa] master 2794c01: [gnorb] Compiler-complaint fixes


From: Eric Abrahamsen
Subject: [elpa] master 2794c01: [gnorb] Compiler-complaint fixes
Date: Thu, 20 Dec 2018 13:31:55 -0500 (EST)

branch: master
commit 2794c01623ec5159bbaccbb0cb5430089c7fdac6
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    [gnorb] Compiler-complaint fixes
    
    * packages/gnorb/gnorb-bbdb.el:
    * packages/gnorb/gnorb-org.el:
    * packages/gnorb/gnorb-utils.el: Mostly defvars.
---
 packages/gnorb/gnorb-bbdb.el  | 6 +++++-
 packages/gnorb/gnorb-org.el   | 1 +
 packages/gnorb/gnorb-utils.el | 2 ++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/packages/gnorb/gnorb-bbdb.el b/packages/gnorb/gnorb-bbdb.el
index ce83738..bf1f11e 100644
--- a/packages/gnorb/gnorb-bbdb.el
+++ b/packages/gnorb/gnorb-bbdb.el
@@ -40,6 +40,10 @@
 (autoload 'bbdb-completing-read-record "bbdb-com")
 (autoload 'bbdb-current-record "bbdb")
 
+(defvar bbdb-buffer-name)
+(defvar bbdb-separator-alist)
+(defvar bbdb-crm-local-completion-map)
+
 (require 'gnorb-utils)
 (require 'cl-lib)
 
@@ -495,7 +499,7 @@ layout type."
                       (mapconcat
                        (lambda (m)
                          (prog1
-                             (org-propertize
+                             (propertize
                               (concat
                                (format-time-string
                                 (replace-regexp-in-string
diff --git a/packages/gnorb/gnorb-org.el b/packages/gnorb/gnorb-org.el
index 2fa8066..802bf09 100644
--- a/packages/gnorb/gnorb-org.el
+++ b/packages/gnorb/gnorb-org.el
@@ -31,6 +31,7 @@
 (defvar gnorb-bbdb-org-tag-field)
 (defvar bbdb-buffer-name)
 (defvar message-alternative-emails)
+(defvar bbdb-records)
 
 (autoload 'gnorb-bbdb-configure-posting-styles "gnorb-bbdb")
 (autoload 'gnorb-registry-org-id-search "gnorb-registry")
diff --git a/packages/gnorb/gnorb-utils.el b/packages/gnorb/gnorb-utils.el
index 25af131..cc9b7da 100644
--- a/packages/gnorb/gnorb-utils.el
+++ b/packages/gnorb/gnorb-utils.el
@@ -36,6 +36,8 @@
 (require 'mailcap)
 (mailcap-parse-mimetypes)
 
+(defvar bbdb-mode-map)
+
 (defgroup gnorb nil
   "Glue code between Gnus, Org, and BBDB."
   :tag "Gnorb"



reply via email to

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