]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dnd.el (dnd-protocol-alist): Update :version.
authorPo Lu <luangruo@yahoo.com>
Sat, 28 Oct 2023 06:43:44 +0000 (06:43 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 28 Oct 2023 06:43:44 +0000 (06:43 +0000)
lisp/dnd.el

index ecf9c332e94f18441bac17f59e16bc34f810f748..33a8f1825397e109bdade2cde3acea64395d18f2 100644 (file)
@@ -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)