emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/calendar.el,v
Date: Wed, 09 Apr 2008 07:15:10 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/09 07:15:10

Index: calendar.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calendar/calendar.el,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -b -r1.255 -r1.256
--- calendar.el 8 Apr 2008 07:31:13 -0000       1.255
+++ calendar.el 9 Apr 2008 07:15:10 -0000       1.256
@@ -353,7 +353,6 @@
   :type 'hook
   :group 'calendar-hooks)
 
-;;;###autoload
 (defcustom diary-file "~/diary"
   "Name of the file in which one's personal diary of dates is kept.
 
@@ -474,7 +473,6 @@
 (define-obsolete-variable-alias 'bahai-diary-entry-symbol
   'diary-bahai-entry-symbol "23.1")
 
-;;;###autoload
 (defcustom european-calendar-style nil
   "Non-nil means use the European style of dates in the diary and display.
 In this case, a date like 1/2/1990 would be interpreted as
@@ -494,7 +492,6 @@
            (calendar-set-date-style 'american)))
   :group 'diary)
 
-;;;###autoload
 (make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1")
 
 ;; If this is autoloaded, c-d-s gets set before any customization of e-c-s.




reply via email to

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