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

index 33a8f1825397e109bdade2cde3acea64395d18f2..936534fa32c1b8b0a5614add0cc00d2a94514b0e 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 "30.0"
+  :version "30.1"
   :type '(repeat (cons (regexp) (function)))
   :group 'dnd)