aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-04-05 20:20:08 +0000
committerGlenn Morris2008-04-05 20:20:08 +0000
commitbf41c46cd978f748e4f16a95c1de03f45d40b575 (patch)
tree8304a4b9ac1cbaf0ffe7584d00ce72e015789d6f
parent80d0c8d97f92dda8a0b337d9859c3561ee198dcc (diff)
downloademacs-bf41c46cd978f748e4f16a95c1de03f45d40b575.tar.gz
emacs-bf41c46cd978f748e4f16a95c1de03f45d40b575.zip
(diary-hebrew-entry-symbol): Rename hebrew-diary-entry-symbol.
Keep old name as alias. (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol. Keep old name as alias. (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol. Keep old name as alias. (hebrew-holidays-1, hebrew-holidays-2, hebrew-holidays-3) (hebrew-holidays-4): Don't autoload obsolescence.
-rw-r--r--lisp/calendar/calendar.el19
1 files changed, 12 insertions, 7 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 72a70cddf6d..e95df24b942 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -429,21 +429,30 @@ details, see the documentation for the variable `list-diary-entries-hook'."
429 :type 'string 429 :type 'string
430 :group 'diary) 430 :group 'diary)
431 431
432(defcustom hebrew-diary-entry-symbol "H" 432(defcustom diary-hebrew-entry-symbol "H"
433 "Symbol indicating a diary entry according to the Hebrew calendar." 433 "Symbol indicating a diary entry according to the Hebrew calendar."
434 :type 'string 434 :type 'string
435 :group 'diary) 435 :group 'diary)
436 436
437(defcustom islamic-diary-entry-symbol "I" 437(define-obsolete-variable-alias 'hebrew-diary-entry-symbol
438 'diary-hebrew-entry-symbol "23.1")
439
440(defcustom diary-islamic-entry-symbol "I"
438 "Symbol indicating a diary entry according to the Islamic calendar." 441 "Symbol indicating a diary entry according to the Islamic calendar."
439 :type 'string 442 :type 'string
440 :group 'diary) 443 :group 'diary)
441 444
442(defcustom bahai-diary-entry-symbol "B" 445(define-obsolete-variable-alias 'islamic-diary-entry-symbol
446 'diary-islamic-entry-symbol "23.1")
447
448(defcustom diary-bahai-entry-symbol "B"
443 "Symbol indicating a diary entry according to the Baha'i calendar." 449 "Symbol indicating a diary entry according to the Baha'i calendar."
444 :type 'string 450 :type 'string
445 :group 'diary) 451 :group 'diary)
446 452
453(define-obsolete-variable-alias 'bahai-diary-entry-symbol
454 'diary-bahai-entry-symbol "23.1")
455
447;;;###autoload 456;;;###autoload
448(defcustom european-calendar-style nil 457(defcustom european-calendar-style nil
449 "Non-nil means use the European style of dates in the diary and display. 458 "Non-nil means use the European style of dates in the diary and display.
@@ -831,7 +840,6 @@ calendar."
831 "Component of the default value of `hebrew-holidays'.") 840 "Component of the default value of `hebrew-holidays'.")
832;;;###autoload 841;;;###autoload
833(put 'hebrew-holidays-1 'risky-local-variable t) 842(put 'hebrew-holidays-1 'risky-local-variable t)
834;;;###autoload
835(make-obsolete-variable 'hebrew-holidays-1 'hebrew-holidays "23.1") 843(make-obsolete-variable 'hebrew-holidays-1 'hebrew-holidays "23.1")
836 844
837;;;###autoload 845;;;###autoload
@@ -853,7 +861,6 @@ calendar."
853 "Component of the default value of `hebrew-holidays'.") 861 "Component of the default value of `hebrew-holidays'.")
854;;;###autoload 862;;;###autoload
855(put 'hebrew-holidays-2 'risky-local-variable t) 863(put 'hebrew-holidays-2 'risky-local-variable t)
856;;;###autoload
857(make-obsolete-variable 'hebrew-holidays-2 'hebrew-holidays "23.1") 864(make-obsolete-variable 'hebrew-holidays-2 'hebrew-holidays "23.1")
858 865
859;;;###autoload 866;;;###autoload
@@ -887,7 +894,6 @@ calendar."
887 "Component of the default value of `hebrew-holidays'.") 894 "Component of the default value of `hebrew-holidays'.")
888;;;###autoload 895;;;###autoload
889(put 'hebrew-holidays-3 'risky-local-variable t) 896(put 'hebrew-holidays-3 'risky-local-variable t)
890;;;###autoload
891(make-obsolete-variable 'hebrew-holidays-3 'hebrew-holidays "23.1") 897(make-obsolete-variable 'hebrew-holidays-3 'hebrew-holidays "23.1")
892 898
893;;;###autoload 899;;;###autoload
@@ -908,7 +914,6 @@ calendar."
908 "Component of the default value of `hebrew-holidays'.") 914 "Component of the default value of `hebrew-holidays'.")
909;;;###autoload 915;;;###autoload
910(put 'hebrew-holidays-4 'risky-local-variable t) 916(put 'hebrew-holidays-4 'risky-local-variable t)
911;;;###autoload
912(make-obsolete-variable 'hebrew-holidays-4 'hebrew-holidays "23.1") 917(make-obsolete-variable 'hebrew-holidays-4 'hebrew-holidays "23.1")
913 918
914;;;###autoload 919;;;###autoload