summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-make-process-missing-keyword-arg.el
blob: 9369e78ff54adb7edd488298574caae159c05bff (plain)
1
2
3
;;; -*- lexical-binding: t -*-
(defun foo ()
  (make-process :name "ls"))