]> git.eshelyaron.com Git - emacs.git/commitdiff
(diary-file, european-calendar-style): Remove autoload cookies.
authorGlenn Morris <rgm@gnu.org>
Wed, 9 Apr 2008 07:15:21 +0000 (07:15 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 9 Apr 2008 07:15:21 +0000 (07:15 +0000)
lisp/ChangeLog
lisp/calendar/calendar.el

index a70411679c42f6084c0545d80baac0640d1e29a1..3f9fcef3295d889848bc37397d2189e007341a24 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-09  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/calendar.el (diary-file, european-calendar-style):
+       Remove autoload cookies.
+
 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * outline.el (outline-mode-menu-bar-map):
index 716215d074f18242c7a5a27d601edf9280541dff..8ddab219addd120589c4dae7937e887214f1e25c 100644 (file)
@@ -353,7 +353,6 @@ redisplays the diary for whatever date the cursor is moved to."
   :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 @@ details, see the documentation for the variable `diary-list-entries-hook'."
 (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 package is already loaded).  Rather, use either
            (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.