aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2007-10-21 03:39:23 +0000
committerDan Nicolaescu2007-10-21 03:39:23 +0000
commit3b0664df0333a6a53677afa99495852cf81646fd (patch)
tree577262cb98e63725e49b01db31c8c14f07abc368
parentc46f60a82127e22ad7a09904a68da783f37d25b3 (diff)
downloademacs-3b0664df0333a6a53677afa99495852cf81646fd.tar.gz
emacs-3b0664df0333a6a53677afa99495852cf81646fd.zip
Undo previous change.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calendar/cal-hebrew.el1
-rw-r--r--lisp/calendar/cal-islam.el1
3 files changed, 1 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f3ca1c98186..b4819197172 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,10 +25,7 @@
25 25
26 * calendar/todo-mode.el: Require calendar at compile time. 26 * calendar/todo-mode.el: Require calendar at compile time.
27 27
28 * calendar/cal-islam.el: Require diary-lib at compile time. 28 * calendar/cal-hebrew.el: Require holidays at compile time.
29
30 * calendar/cal-hebrew.el: Require diary-lib and holidays at
31 compile time.
32 29
33 * w32-vars.el: Provide w32-vars. 30 * w32-vars.el: Provide w32-vars.
34 31
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el
index 5bc61dcbcc3..cd4eaa1d13e 100644
--- a/lisp/calendar/cal-hebrew.el
+++ b/lisp/calendar/cal-hebrew.el
@@ -46,7 +46,6 @@
46 46
47(require 'calendar) 47(require 'calendar)
48(eval-when-compile 48(eval-when-compile
49 (require 'diary-lib)
50 (require 'holidays)) 49 (require 'holidays))
51 50
52(defun hebrew-calendar-leap-year-p (year) 51(defun hebrew-calendar-leap-year-p (year)
diff --git a/lisp/calendar/cal-islam.el b/lisp/calendar/cal-islam.el
index da1ed6fc147..c562437fc14 100644
--- a/lisp/calendar/cal-islam.el
+++ b/lisp/calendar/cal-islam.el
@@ -43,7 +43,6 @@
43(defvar original-date) 43(defvar original-date)
44 44
45(require 'cal-julian) 45(require 'cal-julian)
46(eval-when-compile (require 'diary-lib))
47 46
48(defvar calendar-islamic-month-name-array 47(defvar calendar-islamic-month-name-array
49 ["Muharram" "Safar" "Rabi I" "Rabi II" "Jumada I" "Jumada II" 48 ["Muharram" "Safar" "Rabi I" "Rabi II" "Jumada I" "Jumada II"