File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -885,6 +885,7 @@ POS is a position on the line in question.
885
885
This is was done due to the problem reported here:
886
886
887
887
URL `https://answers.launchpad.net/nxhtml/+question/43320' "
888
+ ; ; If this function could call c-beginning-of-statement-1, change php-c-vsemi-status-unknown-p.
888
889
(save-excursion
889
890
(if pos
890
891
(goto-char pos)
@@ -900,7 +901,8 @@ This is was done due to the problem reported here:
900
901
(: (0+ not-newline) (in " a-z\\ ?" ) " >" (0+ space) eol))))))))))
901
902
902
903
(defun php-c-vsemi-status-unknown-p ()
903
- " Always return NIL. See `php-c-at-vsemi-p' ."
904
+ " Always return NIL. See `c-vsemi-status-unknown-p' ."
905
+ ; ; Current implementation of php-c-at-vsemi-p never calls c-beginning-of-statement-1
904
906
nil )
905
907
906
908
(defun php-lineup-string-cont (langelem )
You can’t perform that action at this time.
0 commit comments