projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14870e
)
; * lisp/dnd.el (dnd-protocol-alist): Correct typo.
author
Po Lu
<luangruo@yahoo.com>
Sat, 28 Oct 2023 06:43:56 +0000
(06:43 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 28 Oct 2023 06:43:56 +0000
(06:43 +0000)
lisp/dnd.el
patch
|
blob
|
history
diff --git
a/lisp/dnd.el
b/lisp/dnd.el
index 33a8f1825397e109bdade2cde3acea64395d18f2..936534fa32c1b8b0a5614add0cc00d2a94514b0e 100644
(file)
--- 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)