emacs-diffs
[Top][All Lists]
Advanced

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

master f14870ee261 2/3: * lisp/dnd.el (dnd-protocol-alist): Update :vers


From: Po Lu
Subject: master f14870ee261 2/3: * lisp/dnd.el (dnd-protocol-alist): Update :version.
Date: Sat, 28 Oct 2023 02:45:14 -0400 (EDT)

branch: master
commit f14870ee2614453c861c6ddde36a51392496662d
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * lisp/dnd.el (dnd-protocol-alist): Update :version.
---
 lisp/dnd.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/dnd.el b/lisp/dnd.el
index ecf9c332e94..33a8f182539 100644
--- a/lisp/dnd.el
+++ b/lisp/dnd.el
@@ -60,7 +60,7 @@ is a pair of (REGEXP . FUNCTION), those regexps are tried for 
a match.
 If no match is found, the URL is inserted as text by calling `dnd-insert-text'.
 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"
+  :version "30.0"
   :type '(repeat (cons (regexp) (function)))
   :group 'dnd)
 



reply via email to

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