From c26925a91cf1dedcc5cead3d1b5d1da8634c5241 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 31 Oct 2000 23:30:20 +0000 Subject: [PATCH] Bind `:key-type' and `:value-type' for old Emacsen. --- ChangeLog | 5 +++++ lisp/dgnushack.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dcc518e..c1ec1e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-31 Katsumi Yamaoka + + * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old + Emacsen. + 2000-10-31 TAKAHASHI Kaoru * lisp/ptexinfmt.el (texinfo-format-direntry): Fixed broken diff --git a/lisp/dgnushack.el b/lisp/dgnushack.el index 9accb5f..ce4eb3d 100644 --- a/lisp/dgnushack.el +++ b/lisp/dgnushack.el @@ -159,7 +159,8 @@ :symbol-for-testing-whether-colon-keyword-is-available-or-not (void-variable ;; Bind keywords. - (dolist (keyword '(:button-keymap :data :file :mime-handle)) + (dolist (keyword '(:button-keymap :data :file :mime-handle + :key-type :value-type)) (set keyword keyword)))) ;; Unknown variables and functions. -- 1.7.10.4