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