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

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

[elpa] externals/ebdb af264e3 18/33: Stop pretending we don't depend on


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb af264e3 18/33: Stop pretending we don't depend on calendar.el
Date: Sun, 3 Sep 2017 17:02:22 -0400 (EDT)

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

    Stop pretending we don't depend on calendar.el
    
    * ebdb.el: Calendar is built in, just require it.
---
 ebdb.el | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/ebdb.el b/ebdb.el
index 96d6d7f..882cbbb 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -45,6 +45,7 @@
 (require 'timezone)
 (require 'cl-lib)
 (require 'seq)
+(require 'calendar)
 (require 'subr-x)
 (require 'pcase)
 (require 'eieio)
@@ -55,19 +56,11 @@
 (autoload 'widget-group-match "wid-edit")
 (autoload 'ebdb-migrate-from-bbdb "ebdb-migrate")
 (autoload 'eieio-customize-object "eieio-custom")
-(autoload 'calendar-absolute-from-gregorian "calendar")
-(autoload 'calendar-make-alist "calendar")
-(autoload 'calendar-goto-date "calendar")
-(autoload 'calendar-last-day-of-month "calendar")
-(autoload 'calendar- "calendar")
-(autoload 'calendar-read "calendar")
-(autoload 'calendar-read-date "calendar")
 (autoload 'diary-sexp-entry "diary-lib")
 (autoload 'diary-add-to-list "diary-lib")
 (autoload 'org-agenda-list "org-agenda")
 (autoload 'org-make-tags-matcher "org")
 (defvar ebdb-i18n-countries)
-(defvar calendar-month-name-array)
 
 ;; These are the most important internal variables, holding EBDB's
 ;; data structures.



reply via email to

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