Bind `:key-type' and `:value-type' for old Emacsen.
authoryamaoka <yamaoka>
Tue, 31 Oct 2000 23:30:20 +0000 (23:30 +0000)
committeryamaoka <yamaoka>
Tue, 31 Oct 2000 23:30:20 +0000 (23:30 +0000)
ChangeLog
lisp/dgnushack.el

index dcc518e..c1ec1e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old
+       Emacsen.
+
 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * lisp/ptexinfmt.el (texinfo-format-direntry): Fixed broken
index 9accb5f..ce4eb3d 100644 (file)
     :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.