From f584dfa96583a1cafbcbc303a3eef6758593a8c7 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Tue, 11 Apr 2023 03:19:28 +0900 Subject: [PATCH] Fix missing received args --- lisp/php-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/php-mode.el b/lisp/php-mode.el index b3ea2d08..c3859614 100644 --- a/lisp/php-mode.el +++ b/lisp/php-mode.el @@ -660,7 +660,7 @@ but only if the setting is enabled." '+) (t nil))))))) -(defun php-c-looking-at-or-maybe-in-bracelist (orig-fun &optional containing-sexp lim) +(defun php-c-looking-at-or-maybe-in-bracelist (orig-fun &optional containing-sexp lim &rest args) "Replace `c-looking-at-or-maybe-in-bracelist'. CONTAINING-SEXP is the position of the brace/paren/bracket enclosing