Mercurial > emacs
changeset 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 | 1b78f3a87f16 |
children | 8a0284e52e27 |
files | lisp/cus-start.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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)