comparison lisp/calendar/cal-hebrew.el @ 94022:0f09322aedec

Move non-autoloaded define-obsolete-variable-alias calls for defcustoms not in dumped files before the associated defcustom.
author Glenn Morris <rgm@gnu.org>
date Sat, 12 Apr 2008 03:12:29 +0000
parents eaab2dd34967
children e49abd957e81
comparison
equal deleted inserted replaced
94021:ae1387262a67 94022:0f09322aedec
31 ;; See calendar.el. 31 ;; See calendar.el.
32 32
33 ;;; Code: 33 ;;; Code:
34 34
35 (require 'calendar) 35 (require 'calendar)
36
37 (define-obsolete-variable-alias 'diary-sabbath-candles-minutes
38 'diary-hebrew-sabbath-candles-minutes "23.1")
36 39
37 (defcustom diary-hebrew-sabbath-candles-minutes 18 40 (defcustom diary-hebrew-sabbath-candles-minutes 18
38 "Number of minutes before sunset for sabbath candle lighting. 41 "Number of minutes before sunset for sabbath candle lighting.
39 Used by `diary-hebrew-sabbath-candles'." 42 Used by `diary-hebrew-sabbath-candles'."
40 :group 'diary 43 :group 'diary
41 :type 'integer 44 :type 'integer
42 :version "21.1") 45 :version "21.1")
43
44 (define-obsolete-variable-alias 'diary-sabbath-candles-minutes
45 'diary-hebrew-sabbath-candles-minutes "23.1")
46 46
47 ;; End of user options. 47 ;; End of user options.
48 48
49 (defun calendar-hebrew-leap-year-p (year) 49 (defun calendar-hebrew-leap-year-p (year)
50 "Non-nil if YEAR is a Hebrew calendar leap year." 50 "Non-nil if YEAR is a Hebrew calendar leap year."