emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 12d10872f47 3/3: ; * lisp/dnd.el (dnd-protocol-alist): Correct ty


From: Po Lu
Subject: master 12d10872f47 3/3: ; * lisp/dnd.el (dnd-protocol-alist): Correct typo.
Date: Sat, 28 Oct 2023 02:45:14 -0400 (EDT)

branch: master
commit 12d10872f479f93cb2e0e1a6e919a185af621b21
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]