emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/dnd.el
Date: Wed, 11 May 2005 15:32:56 -0400

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)
  
  




reply via email to

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