diff lisp/cus-start.el @ 70378:21ad7a1f7028

(all): Add mac-dnd-known-types.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 05 May 2006 06:43:01 +0000
parents 4c675b9920d8
children 763764b2c2a4 1321f6cfb389 146cd8369025
line wrap: on
line diff
--- a/lisp/cus-start.el	Fri May 05 01:53:06 2006 +0000
+++ b/lisp/cus-start.el	Fri May 05 06:43:01 2006 +0000
@@ -193,6 +193,8 @@
 	     (suggest-key-bindings keyboard (choice (const :tag "off" nil)
 						    (integer :tag "time" 2)
 						    (other :tag "on")))
+	     ;; macselect.c
+	     (mac-dnd-known-types mac (repeat string) "22.1")
 	     ;; macterm.c
 	     (mac-control-modifier mac (choice (const :tag "No modifier" nil)
 					       (const control) (const meta)