From 12d10872f479f93cb2e0e1a6e919a185af621b21 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sat, 28 Oct 2023 06:43:56 +0000 Subject: [PATCH] ; * lisp/dnd.el (dnd-protocol-alist): Correct typo. --- lisp/dnd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dnd.el b/lisp/dnd.el index 33a8f182539..936534fa32c 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 "30.0" + :version "30.1" :type '(repeat (cons (regexp) (function))) :group 'dnd) -- 2.39.2