+2000-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
+ bindings.
+
2000-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-e21.el (wl-e21-setup-toolbar): Make the background color of
config)
(while (setq config (pop configs))
(set (make-local-variable (car config)) (cdr config))))
+ ;; Invalidate the default bindings.
+ (let ((keys (cdr (key-binding [tool-bar] t)))
+ item)
+ (while (setq item (pop keys))
+ (when (setq item (car-safe item))
+ (define-key keymap (vector 'tool-bar item) 'undefined))))
(let ((n (length defs))
def)
(while (>= n 0)