# HG changeset patch # User Glenn Morris # Date 1207969949 0 # Node ID 0f09322aedec28bd8d8e339163439b9a3686f14d # Parent ae1387262a671c9510fec9ffab2148469b38c227 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms not in dumped files before the associated defcustom. diff -r ae1387262a67 -r 0f09322aedec lisp/calendar/cal-hebrew.el --- a/lisp/calendar/cal-hebrew.el Sat Apr 12 03:12:05 2008 +0000 +++ b/lisp/calendar/cal-hebrew.el Sat Apr 12 03:12:29 2008 +0000 @@ -34,6 +34,9 @@ (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'." @@ -41,9 +44,6 @@ :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)