diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-11-11 02:55:34 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-11-11 02:55:34 +0000 |
commit | d6a0250d6544945eae4fbd3363c20c13cd2707aa (patch) | |
tree | af9db4831bb91562f2a92d90c6a5db99cc677ec5 /lisp | |
parent | 95807e688c65628ca2286fc156f23c8d15c2086b (diff) | |
download | emacs-d6a0250d6544945eae4fbd3363c20c13cd2707aa.tar.gz emacs-d6a0250d6544945eae4fbd3363c20c13cd2707aa.tar.bz2 emacs-d6a0250d6544945eae4fbd3363c20c13cd2707aa.zip |
(french-calendar-day-name-array):
Give the day array, not the month array.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calendar/cal-french.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el index 43f264f4489..34743c35682 100644 --- a/lisp/calendar/cal-french.el +++ b/lisp/calendar/cal-french.el @@ -76,9 +76,7 @@ french-calendar-month-name-array)) (defun french-calendar-day-name-array () - (if (french-calendar-accents) - french-calendar-multibyte-month-name-array - french-calendar-month-name-array)) + french-calendar-day-name-array) (defconst french-calendar-special-days-array ["de la Vertu" "du Ge'nie" "du Labour" "de la Raison" "de la Re'compense" |