From: Po Lu Date: Sat, 28 Oct 2023 06:43:44 +0000 (+0000) Subject: * lisp/dnd.el (dnd-protocol-alist): Update :version. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f14870ee2614453c861c6ddde36a51392496662d;p=emacs.git * lisp/dnd.el (dnd-protocol-alist): Update :version. --- 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)