aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/calendar/calendar.el3
2 files changed, 5 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a70411679c4..3f9fcef3295 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-04-09 Glenn Morris <rgm@gnu.org>
2
3 * calendar/calendar.el (diary-file, european-calendar-style):
4 Remove autoload cookies.
5
12008-04-09 Dan Nicolaescu <dann@ics.uci.edu> 62008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 * outline.el (outline-mode-menu-bar-map): 8 * outline.el (outline-mode-menu-bar-map):
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 716215d074f..8ddab219add 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -353,7 +353,6 @@ redisplays the diary for whatever date the cursor is moved to."
353 :type 'hook 353 :type 'hook
354 :group 'calendar-hooks) 354 :group 'calendar-hooks)
355 355
356;;;###autoload
357(defcustom diary-file "~/diary" 356(defcustom diary-file "~/diary"
358 "Name of the file in which one's personal diary of dates is kept. 357 "Name of the file in which one's personal diary of dates is kept.
359 358
@@ -474,7 +473,6 @@ details, see the documentation for the variable `diary-list-entries-hook'."
474(define-obsolete-variable-alias 'bahai-diary-entry-symbol 473(define-obsolete-variable-alias 'bahai-diary-entry-symbol
475 'diary-bahai-entry-symbol "23.1") 474 'diary-bahai-entry-symbol "23.1")
476 475
477;;;###autoload
478(defcustom european-calendar-style nil 476(defcustom european-calendar-style nil
479 "Non-nil means use the European style of dates in the diary and display. 477 "Non-nil means use the European style of dates in the diary and display.
480In this case, a date like 1/2/1990 would be interpreted as 478In this case, a date like 1/2/1990 would be interpreted as
@@ -494,7 +492,6 @@ calendar package is already loaded). Rather, use either
494 (calendar-set-date-style 'american))) 492 (calendar-set-date-style 'american)))
495 :group 'diary) 493 :group 'diary)
496 494
497;;;###autoload
498(make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1") 495(make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1")
499 496
500;; If this is autoloaded, c-d-s gets set before any customization of e-c-s. 497;; If this is autoloaded, c-d-s gets set before any customization of e-c-s.