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.
885885This is was done due to the problem reported here:
886886
887887 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.
888889 (save-excursion
889890 (if pos
890891 (goto-char pos)
@@ -900,7 +901,8 @@ This is was done due to the problem reported here:
900901 (: (0+ not-newline) (in " a-z\\ ?" ) " >" (0+ space) eol))))))))))
901902
902903(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
904906 nil )
905907
906908(defun php-lineup-string-cont (langelem )
You can’t perform that action at this time.
0 commit comments