summaryrefslogtreecommitdiff
path: root/lisp/calendar/cal-hebrew.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-12 03:12:29 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-12 03:12:29 +0000
commit1a9f2b775ed169747f276708071df0f0a2a3d640 (patch)
treeaec26b20f366b2313d797300e263dc727820729c /lisp/calendar/cal-hebrew.el
parent6a979a50dc9cb7509cf38722ea7cdb66b67171e5 (diff)
downloademacs-1a9f2b775ed169747f276708071df0f0a2a3d640.tar.gz
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
Diffstat (limited to 'lisp/calendar/cal-hebrew.el')
-rw-r--r--lisp/calendar/cal-hebrew.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calendar/cal-hebrew.el b/lisp/calendar/cal-hebrew.el
index dddc3080f1d..0d80de66d92 100644
--- a/lisp/calendar/cal-hebrew.el
+++ b/lisp/calendar/cal-hebrew.el
@@ -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 @@ 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)