changeset 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 ae1387262a67
children 1841ac94b011
files lisp/calendar/cal-hebrew.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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)