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
fcaed7ce
Commit
fcaed7ce
authored
May 23, 2005
by
Nick Roberts
Browse files
(dired-dnd-popup-notice): Use message-box.
parent
86041bae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
lisp/dired.el
lisp/dired.el
+2
-4
No files found.
lisp/dired.el
View file @
fcaed7ce
...
...
@@ -3180,10 +3180,8 @@ Anything else means ask for each directory."
:group 'dired)
(defun dired-dnd-popup-notice ()
(x-popup-dialog
t
'("
Recursive
copies
not
enabled.\nSee
variable
dired-recursive-copies.
"
("
Ok
" . nil))))
(message-box
"Recursive copies not enabled.\nSee variable dired-recursive-copies."))
(defun dired-dnd-do-ask-action (uri)
...
...
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