emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/x-dnd.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/x-dnd.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:04:25 -0500

Index: emacs/lisp/x-dnd.el
diff -c emacs/lisp/x-dnd.el:1.8.2.3 emacs/lisp/x-dnd.el:1.8.2.4
*** emacs/lisp/x-dnd.el:1.8.2.3 Sat Sep  4 09:14:25 2004
--- emacs/lisp/x-dnd.el Thu Nov  4 08:55:37 2004
***************
*** 47,52 ****
--- 47,53 ----
  the wanted action as car and the wanted type as cdr.  The wanted action
  can be copy, move, link, ask or private.
  The default value for this variable is `x-dnd-default-test-function'."
+   :version "21.4"
    :type 'symbol
    :group 'x)
  
***************
*** 69,74 ****
--- 70,76 ----
  for that.
  The function shall return the action done (move, copy, link or private)
  if some action was made, or nil if the URL is ignored."
+   :version "21.4"
    :type 'alist
    :group 'x)
  
***************
*** 96,106 ****
--- 98,110 ----
  call to `x-dnd-test-function'.  DATA is the drop data.
  The function shall return the action used (copy, move, link or private) if 
drop
  is successful, nil if not."
+   :version "21.4"
    :type 'alist
    :group 'x)
  
  (defcustom x-dnd-open-file-other-window nil
    "If non-nil, always use find-file-other-window to open dropped files."
+   :version "21.4"
    :type 'boolean
    :group 'x)
  
***************
*** 120,125 ****
--- 124,130 ----
      )
    "The types accepted by default for dropped data.
  The types are chosen in the order they appear in the list."
+   :version "21.4"
    :type '(repeat string)
    :group 'x
  )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]