summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-make-process-unknown-keyword-arg.el
blob: 4721035780b3465a42ae29afcace756d945d583c (plain)
1
2
3
4
;;; -*- lexical-binding: t -*-
(defun foo ()
  (make-process :name "ls" :command "ls"
                :coding-system 'binary))