Changeset 4200 for trunk/lisp/calendar/calendar.el
- Timestamp:
- 04/07/07 15:49:28 (2 years ago)
- Files:
-
- trunk/lisp/calendar/calendar.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/calendar/calendar.el
r4196 r4200 302 302 :group 'holidays) 303 303 304 (defcustom calendar-mode-hook nil 305 "Hook run when entering `calendar-mode'." 306 :type 'hook 307 :group 'calendar-hooks) 308 304 309 ;;;###autoload 305 310 (defcustom calendar-load-hook nil … … 771 776 :group 'diary) 772 777 778 (autoload 'diary-set-maybe-redraw "diary-lib") 779 773 780 ;;;###autoload 774 781 (defcustom diary-display-hook nil … … 795 802 :type 'hook 796 803 :options '(fancy-diary-display) 804 :initialize 'custom-initialize-default 805 :set 'diary-set-maybe-redraw 797 806 :group 'diary) 798 807
