branch: externals/excorporate
commit 42913b911e3b3bd5be4bd0877fa901ef6900211d
Author: Thomas Fitzsimmons <fitz...@fitzsim.org>
Commit: Thomas Fitzsimmons <fitz...@fitzsim.org>

    Silence two compiler warnings
    
    * excorporate.el: Declare `excorporate-diary-enable' and
    `excorporate-diary-disable'.
---
 NEWS           | 2 ++
 README         | 2 ++
 excorporate.el | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index c1a3ffe09a..de8f42b2ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 GNU Emacs Excorporate NEWS -- history of user-visible changes.
 
+** Eliminate excorporate.el compiler warnings
+
 ** Eliminate excorporate-time-zones.el compiler warnings
 
 ** Improve quick start documentation
diff --git a/README b/README
index 6a0920cb99..7d0e52b661 100644
--- a/README
+++ b/README
@@ -3,6 +3,8 @@ Excorporate provides Exchange integration for Emacs.
 Most Recent Improvements
 ------------------------
 
+** Eliminate excorporate.el compiler warnings
+
 ** Eliminate excorporate-time-zones.el compiler warnings
 
 ** Improve quick start documentation
diff --git a/excorporate.el b/excorporate.el
index 652b01380f..cd327b533d 100644
--- a/excorporate.el
+++ b/excorporate.el
@@ -570,6 +570,9 @@ the FSM should transition to on success."
        (warn warning-message)
        nil))))
 
+(declare-function excorporate-diary-enable "excorporate-diary.el" ())
+(declare-function excorporate-diary-disable "excorporate-diary.el" ())
+
 (define-enter-state exco--fsm :retrieving-data
   (_fsm state-data)
   (let ((wsdl (plist-get state-data :service-wsdl))

Reply via email to