From: YAMAMOTO Mitsuharu Date: Fri, 5 May 2006 06:43:01 +0000 (+0000) Subject: (all): Add mac-dnd-known-types. X-Git-Tag: emacs-pretest-22.0.90~2815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f566b1802e07fed07ec4d93170f5fa23e2d578f;p=emacs.git (all): Add mac-dnd-known-types. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 355cf7bb9ab..9ac98eb1036 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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)