Index: emacs/lisp/dnd.el
diff -c emacs/lisp/dnd.el:1.2 emacs/lisp/dnd.el:1.3
*** emacs/lisp/dnd.el:1.2       Mon Apr 11 22:27:07 2005
--- emacs/lisp/dnd.el   Wed May 11 19:32:51 2005
***************
*** 55,61 ****
  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 "22.1"
!   :type 'alist
    :group 'dnd)
  
  
--- 55,61 ----
  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 "22.1"
!   :type '(repeat (cons (regexp) (function)))
    :group 'dnd)
  
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to