mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 13:19:36 +00:00
5 lines
127 B
EmacsLisp
5 lines
127 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t -*-
|
||
|
(defun foo ()
|
||
|
(make-process :name "ls" :command "ls"
|
||
|
:coding-system 'binary))
|