changeset 73181:97319c05f531

(european-calendar-style): Tweak previous fix.
author Glenn Morris <rgm@gnu.org>
date Sat, 30 Sep 2006 01:25:25 +0000
parents 16edffa03262
children 8b5642863977
files lisp/calendar/calendar.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/calendar.el	Sat Sep 30 00:45:32 2006 +0000
+++ b/lisp/calendar/calendar.el	Sat Sep 30 01:25:25 2006 +0000
@@ -578,11 +578,10 @@
   ;; Without :initialize (require 'calendar) throws an error because
   ;; american-calendar is undefined at this point.
   :initialize 'custom-initialize-default
-  :set #'(lambda (symbol value)
-           (if value
-               (european-calendar)
-             (american-calendar)))
-  :require 'calendar
+  :set (lambda (symbol value)
+         (if value
+             (european-calendar)
+           (american-calendar)))
   :group 'diary)
 
 ;;;###autoload