Skip to content

Commit a8194bc

Browse files
authored
Merge pull request #741 from emacs-php/fix/missing-args
Fix missing received args
2 parents 9896ccc + f584dfa commit a8194bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lisp/php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ but only if the setting is enabled."
660660
'+)
661661
(t nil)))))))
662662

663-
(defun php-c-looking-at-or-maybe-in-bracelist (orig-fun &optional containing-sexp lim)
663+
(defun php-c-looking-at-or-maybe-in-bracelist (orig-fun &optional containing-sexp lim &rest args)
664664
"Replace `c-looking-at-or-maybe-in-bracelist'.
665665
666666
CONTAINING-SEXP is the position of the brace/paren/bracket enclosing

0 commit comments

Comments
 (0)