Skip to content

Commit 01db8d8

Browse files
committed
Make php-c-vsemi-status-unknown-p explicitly return NIL
1 parent 9e96a34 commit 01db8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,8 +843,8 @@ This is was done due to the problem reported here:
843843
ret)))
844844

845845
(defun php-c-vsemi-status-unknown-p ()
846-
"See `php-c-at-vsemi-p'."
847-
)
846+
"Always return NIL. See `php-c-at-vsemi-p'."
847+
nil)
848848

849849
(defun php-lineup-string-cont (langelem)
850850
"Line up string toward equal sign or dot.

0 commit comments

Comments
 (0)