Skip to content

Commit f584dfa

Browse files
committed
Fix missing received args
1 parent 9896ccc commit f584dfa

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)