emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/php-mode c143ab3d64: Use delq instead of cl-remove-if


From: ELPA Syncer
Subject: [nongnu] elpa/php-mode c143ab3d64: Use delq instead of cl-remove-if
Date: Sun, 3 Jul 2022 08:58:48 -0400 (EDT)

branch: elpa/php-mode
commit c143ab3d64d69b3196d980176bfac768be6930da
Author: USAMI Kenta <tadsan@zonu.me>
Commit: USAMI Kenta <tadsan@zonu.me>

    Use delq instead of cl-remove-if
---
 lisp/php.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/php.el b/lisp/php.el
index 538d9ac00f..94862cc617 100644
--- a/lisp/php.el
+++ b/lisp/php.el
@@ -602,8 +602,8 @@ When `DOCUMENT-ROOT' is NIL, the document root is obtained 
from `ROUTER-OR-DIR'.
                            port
                            short-dirname
                            (if document-root short-filename "")))
-         (args (cl-remove-if
-                #'null
+         (args (delq
+                nil
                 (list "-S"
                       (format "%s:%d" hostname port)
                       "-t"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]