Skip to content

Commit a1df246

Browse files
committed
Remove redundant :group
1 parent 5387df9 commit a1df246

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

php-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,7 @@ In that case set to `NIL'."
337337
"When set to `T', do not run hooks of parent modes (`java-mode', `c-mode')."
338338
:group 'php-mode
339339
:tag "PHP Mode Disable C Mode Hook"
340-
:type 'boolean
341-
:group 'php-mode)
340+
:type 'boolean)
342341

343342
(defun php-mode-version ()
344343
"Display string describing the version of PHP Mode."

0 commit comments

Comments
 (0)