Skip to content

Commit eb238e3

Browse files
committed
Add a comment for last change.
1 parent 916909b commit eb238e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

solidity-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,9 @@ Cursor must be at the function's name. Does not currently work for constructors
541541
(set (make-local-variable 'comment-multi-line) t)
542542
(set (make-local-variable 'comment-line-break-function)
543543
'c-indent-new-comment-line)
544+
545+
;; Do not run `c-mode-hook'.
546+
;; See https://github.com/ethereum/emacs-solidity/issues/49.
544547
(set (make-local-variable 'c-mode-hook) nil)
545548

546549
;; set imenu

0 commit comments

Comments
 (0)