]> git.eshelyaron.com Git - emacs.git/commit
Multiline support in NS "Open Selected File" service.
authorJean-Christophe Helary <jean.christophe.helary@gmail.com>
Thu, 4 May 2017 18:32:40 +0000 (20:32 +0200)
committerAnders Lindgren <andlind@gmail.com>
Thu, 4 May 2017 18:32:40 +0000 (20:32 +0200)
commitd15a4805d6347412ae1d605dcf5e8d3fe0f8e743
tree735a8d502201055a459fd5244c6b5563aec4ccc8
parentf5ca518b9274e4abaecd1398cce6a24b77139ae3
Multiline support in NS "Open Selected File" service.

* lisp/term/ns-win.el (ns-open-file-service): new function. Wraps the
original call in a (split-string) to create as many calls as there
are lines.
(ns-spi-service-call): Call `ns-open-file-service' instead of
`dnd-open-file'.
lisp/term/ns-win.el