aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-04-05 20:00:23 +0000
committerStefan Monnier2008-04-05 20:00:23 +0000
commit64981d1aab87d61463612ab258f0655b9cb32c79 (patch)
treea8e4e3cb15414efb877441c0800bd380d3ae2351
parent06bfc9822af39c7a7720bc7349d52c7a45fc0909 (diff)
downloademacs-64981d1aab87d61463612ab258f0655b9cb32c79.tar.gz
emacs-64981d1aab87d61463612ab258f0655b9cb32c79.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog28
-rw-r--r--lisp/subr.el2
2 files changed, 16 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d80057d3c78..7f858a3f98f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -21,16 +21,16 @@
21 (calendar-coptic-name): Rename coptic-name. Update callers. 21 (calendar-coptic-name): Rename coptic-name. Update callers.
22 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p. 22 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
23 Update callers. 23 Update callers.
24 (calendar-coptic-last-day-of-month): Rename 24 (calendar-coptic-last-day-of-month):
25 coptic-calendar-last-day-of-month. Update callers. 25 Rename coptic-calendar-last-day-of-month. Update callers.
26 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic. 26 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
27 Keep old name as alias, update callers. 27 Keep old name as alias, update callers.
28 (calendar-coptic-print-date): Rename calendar-print-coptic-date. 28 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
29 Keep old name as alias, update callers. 29 Keep old name as alias, update callers.
30 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date. 30 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
31 Keep old name as alias. 31 Keep old name as alias.
32 (calendar-ethiopic-month-name-array): Rename 32 (calendar-ethiopic-month-name-array):
33 ethiopic-calendar-month-name-array. Update callers. 33 Rename ethiopic-calendar-month-name-array. Update callers.
34 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch. 34 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
35 Update callers. 35 Update callers.
36 (calendar-ethiopic-name): Rename ethiopic-name. Update callers. 36 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
@@ -41,24 +41,24 @@
41 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date. 41 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
42 Keep old name as alias. 42 Keep old name as alias.
43 43
44 * calendar/cal-french.el (calendar-french-epoch): Rename 44 * calendar/cal-french.el (calendar-french-epoch):
45 french-calendar-epoch. Update callers. 45 Rename french-calendar-epoch. Update callers.
46 (calendar-french-month-name-array): Rename variable and function 46 (calendar-french-month-name-array): Rename variable and function
47 french-calendar-month-name-array. Update callers. 47 french-calendar-month-name-array. Update callers.
48 (calendar-french-multibyte-month-name-array): Rename 48 (calendar-french-multibyte-month-name-array):
49 french-calendar-multibyte-month-name-array. Update callers. 49 Rename french-calendar-multibyte-month-name-array. Update callers.
50 (calendar-french-day-name-array): Rename variable and function 50 (calendar-french-day-name-array): Rename variable and function
51 french-calendar-day-name-array. Update callers. 51 french-calendar-day-name-array. Update callers.
52 (calendar-french-special-days-array): Rename variable and function 52 (calendar-french-special-days-array): Rename variable and function
53 french-calendar-special-days-array. Update callers. 53 french-calendar-special-days-array. Update callers.
54 (calendar-french-multibyte-special-days-array): Rename 54 (calendar-french-multibyte-special-days-array):
55 french-calendar-multibyte-special-days-array. Update callers. 55 Rename french-calendar-multibyte-special-days-array. Update callers.
56 (calendar-french-accents-p): Rename french-calendar-accents. 56 (calendar-french-accents-p): Rename french-calendar-accents.
57 Update callers. 57 Update callers.
58 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p. 58 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
59 Update callers. 59 Update callers.
60 (calendar-french-last-day-of-month): Rename 60 (calendar-french-last-day-of-month):
61 french-calendar-last-day-of-month. Update callers. 61 Rename french-calendar-last-day-of-month. Update callers.
62 (calendar-french-to-absolute): Rename calendar-absolute-from-french. 62 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
63 Keep old name as alias, update callers. 63 Keep old name as alias, update callers.
64 (calendar-french-print-date): Rename calendar-print-french-date. 64 (calendar-french-print-date): Rename calendar-print-french-date.
@@ -67,10 +67,12 @@
67 Keep old name as alias. 67 Keep old name as alias.
68 68
69 * calendar/cal-menu.el, calendar/calendar.el: 69 * calendar/cal-menu.el, calendar/calendar.el:
70 Update for coptic and french name changes. 70 Update for Coptic and French name changes.
71 71
722008-04-05 Stefan Monnier <monnier@iro.umontreal.ca> 722008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
73 73
74 * subr.el (keymap-canonicalize): Correct thinko.
75
74 * server.el: Undo part of the multi-tty change, which is only 76 * server.el: Undo part of the multi-tty change, which is only
75 needed if server.el is preloaded, and broke server-running-p. 77 needed if server.el is preloaded, and broke server-running-p.
76 (server-socket-dir): Initialize in the defvar, as before. 78 (server-socket-dir): Initialize in the defvar, as before.
diff --git a/lisp/subr.el b/lisp/subr.el
index 9166d22b602..a8fcfb67bb4 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -566,7 +566,7 @@ Don't call this function; it is for internal use only."
566 (keymap-prompt map))) 566 (keymap-prompt map)))
567 (dolist (binding ranges) 567 (dolist (binding ranges)
568 ;; Treat char-ranges specially. 568 ;; Treat char-ranges specially.
569 (define-key map (car binding) (cdr binding))) 569 (define-key map (vector (car binding)) (cdr binding)))
570 (dolist (binding (prog1 bindings (setq bindings ()))) 570 (dolist (binding (prog1 bindings (setq bindings ())))
571 (let* ((key (car binding)) 571 (let* ((key (car binding))
572 (item (cdr binding)) 572 (item (cdr binding))