Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
590bc75d
Commit
590bc75d
authored
Apr 12, 2005
by
YAMAMOTO Mitsuharu
Browse files
(dnd): Require dnd
(mac-drag-n-drop): Call dnd-handle-one-url.
parent
a42bf890
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/term/mac-win.el
lisp/term/mac-win.el
+3
-3
No files found.
lisp/term/mac-win.el
View file @
590bc75d
...
...
@@ -77,7 +77,7 @@
;;(require 'select)
(require 'menu-bar)
(require 'fontset)
(
require
'
x-
dnd
)
(require 'dnd)
(defvar x-invocation-args)
...
...
@@ -1648,8 +1648,8 @@ Switch to a buffer editing the last file dropped."
(if (and (> start 0) (> end 0))
(progn (set-mark start)
(goto-char end)))))
(
x-
dnd-handle-one-url window 'private
(concat "
file:
" file-name))))
(dnd-handle-one-url window 'private
(concat "file:" file-name))))
(car (cdr (cdr event)))))
(raise-frame))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment