Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from Silex/patch-1
Browse files Browse the repository at this point in the history
Add space after question mark
  • Loading branch information
thomp committed Sep 14, 2016
2 parents 1c24b5e + 43c141e commit 3fd7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dired-launch.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
(message "Windows not supported")
(save-window-excursion
(mapc #'(lambda (file)
(let ((launch-cmd (read-from-minibuffer (concat "Launch " file " with?" ))))
(let ((launch-cmd (read-from-minibuffer (concat "Launch " file " with? " ))))
(dired-launch-call-process-on launch-cmd file)))
(dired-get-marked-files t current-prefix-arg)))))

Expand Down

0 comments on commit 3fd7d72

Please sign in to comment.