From f14870ee2614453c861c6ddde36a51392496662d Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 28 Oct 2023 06:43:44 +0000 Subject: [PATCH] * 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) -- 2.39.2