diff lisp/dragdrop.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents c9fe270a4101
children
line wrap: on
line diff
--- a/lisp/dragdrop.el	Mon Aug 13 11:06:08 2007 +0200
+++ b/lisp/dragdrop.el	Mon Aug 13 11:07:10 2007 +0200
@@ -51,7 +51,7 @@
 
 (defcustom dragdrop-autoload-tm-view nil
   "*{EXPERIMENTAL} If non-nil, autoload tm-view to decode MIME data.
-Otherwise, the buffer is only decoded if tm-view is already avaiable."
+Otherwise, the buffer is only decoded if tm-view is already available."
   :type 'boolean
   :group 'drag-n-drop)
 
@@ -176,7 +176,7 @@
       (and (or (eq (cadr flist) t)
 	       (= (cadr flist) button))
 	   (or (eq (caddr flist) t)
-	       (dragdrop-compare-mods (caddr flist) modifiers))
+	       (dragdrop-compare-mods (caddr flist) mods))
 	   (apply (car flist) `(,event ,object ,@(cdddr flist)))
 	   ;; (funcall (car flist) event object)
 	   (throw 'dragdrop-drop-is-done t))
@@ -356,7 +356,7 @@
 This function uses special data types if the low-level
 protocol requires it. It does so by calling
 dragdrop-drag-pure-text."
-  (dragdrop-drag-pure-text event
+  (experimental-dragdrop-drag-pure-text event
 			   (buffer-substring-no-properties begin end)))
 
 (defun experimental-dragdrop-drag-pure-text (event text)