defcustoms not in dumped files before the associated defcustom.
(require 'calendar)
+(define-obsolete-variable-alias 'diary-sabbath-candles-minutes
+ 'diary-hebrew-sabbath-candles-minutes "23.1")
+
(defcustom diary-hebrew-sabbath-candles-minutes 18
"Number of minutes before sunset for sabbath candle lighting.
Used by `diary-hebrew-sabbath-candles'."
:type 'integer
:version "21.1")
-(define-obsolete-variable-alias 'diary-sabbath-candles-minutes
- 'diary-hebrew-sabbath-candles-minutes "23.1")
-
;; End of user options.
(defun calendar-hebrew-leap-year-p (year)
(vertical-scroll-bars boolean))
:group 'calendar)
+(define-obsolete-variable-alias 'calendar-after-frame-setup-hooks
+ 'calendar-after-frame-setup-hook "23.1")
+
(defcustom calendar-after-frame-setup-hook nil
"List of functions to be run after creating a calendar and/or diary frame."
:type 'hook
:group 'calendar-hooks)
-(define-obsolete-variable-alias 'calendar-after-frame-setup-hooks
- 'calendar-after-frame-setup-hook "23.1")
-
;;; End of user options.
(defvar calendar-frame nil