changeset 85502:0b3f2c1b1178

Undo previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 21 Oct 2007 03:39:23 +0000
parents da629dcb5063
children 59ee4068f60b
files lisp/ChangeLog lisp/calendar/cal-hebrew.el lisp/calendar/cal-islam.el
diffstat 3 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Oct 21 02:35:16 2007 +0000
+++ b/lisp/ChangeLog	Sun Oct 21 03:39:23 2007 +0000
@@ -25,10 +25,7 @@
 
 	* calendar/todo-mode.el: Require calendar at compile time.
 
-	* calendar/cal-islam.el: Require diary-lib at compile time.
-
-	* calendar/cal-hebrew.el: Require diary-lib and holidays at
-	compile time.
+	* calendar/cal-hebrew.el: Require holidays at compile time.
 
 	* w32-vars.el: Provide w32-vars.
 
--- a/lisp/calendar/cal-hebrew.el	Sun Oct 21 02:35:16 2007 +0000
+++ b/lisp/calendar/cal-hebrew.el	Sun Oct 21 03:39:23 2007 +0000
@@ -46,7 +46,6 @@
 
 (require 'calendar)
 (eval-when-compile 
-  (require 'diary-lib)
   (require 'holidays))
 
 (defun hebrew-calendar-leap-year-p (year)
--- a/lisp/calendar/cal-islam.el	Sun Oct 21 02:35:16 2007 +0000
+++ b/lisp/calendar/cal-islam.el	Sun Oct 21 03:39:23 2007 +0000
@@ -43,7 +43,6 @@
 (defvar original-date)
 
 (require 'cal-julian)
-(eval-when-compile (require 'diary-lib))
 
 (defvar calendar-islamic-month-name-array
   ["Muharram" "Safar" "Rabi I" "Rabi II" "Jumada I" "Jumada II"