Skip to content

Commit c143ab3

Browse files
committed
Use delq instead of cl-remove-if
1 parent 81717a5 commit c143ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/php.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ When `DOCUMENT-ROOT' is NIL, the document root is obtained from `ROUTER-OR-DIR'.
602602
port
603603
short-dirname
604604
(if document-root short-filename "")))
605-
(args (cl-remove-if
606-
#'null
605+
(args (delq
606+
nil
607607
(list "-S"
608608
(format "%s:%d" hostname port)
609609
"-t"

0 commit comments

Comments
 (0)