mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Always return a list from send-to--collect-items
* lisp/send-to.el (send-to--collect-items): Return singleton list, not a string directly.
This commit is contained in:
parent
44fa1595ce
commit
08336b9a55
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ From any other buffer, either of these two, in order of preference:
|
|||
(region-beginning)
|
||||
(region-end))))
|
||||
((thing-at-point 'existing-filename)
|
||||
(thing-at-point 'existing-filename))
|
||||
(list (thing-at-point 'existing-filename)))
|
||||
((buffer-file-name)
|
||||
(list (buffer-file-name)))))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue