branch: elpa/php-mode commit a8194bc884535eb7e8df9bed18658a5101724b3c Merge: 9896cccd64 f584dfa965 Author: USAMI Kenta <tad...@pixiv.com> Commit: GitHub <nore...@github.com>
Merge pull request #741 from emacs-php/fix/missing-args 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 b3ea2d083c..c38596140f 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