Skip to content

Commit 7d740e7

Browse files
committed
Fix code style
1 parent 7ff913f commit 7d740e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lisp/php.el

+3-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,9 @@ Currently there are `php-mode' and `php-ts-mode'."
674674
"Return function signature and class name string for header line in topsy.
675675
676676
You can add the function to topsy with the code below:
677-
\(add-to-list 'topsy-mode-functions '\(php-mode . php-topsy-beginning-of-defun-with-class\)\)"
677+
678+
(add-to-list \\='topsy-mode-functions
679+
\\='(php-mode . php-topsy-beginning-of-defun-with-class))"
678680
(save-excursion
679681
(goto-char (window-start))
680682
(mapconcat

0 commit comments

Comments
 (0)