]> git.eshelyaron.com Git - emacs.git/commitdiff
(all): Add mac-dnd-known-types.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 5 May 2006 06:43:01 +0000 (06:43 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 5 May 2006 06:43:01 +0000 (06:43 +0000)
lisp/cus-start.el

index 355cf7bb9abee265dc9cbbc47975eca72381f51c..9ac98eb1036667d1f6ec6e647b46da8a57fd04d5 100644 (file)
@@ -193,6 +193,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
             (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)