* lisp/progmodes/verilog-mode.el (verilog-mode): Don't set
comment-indent-function globally.
This commit is contained in:
parent
d4816ab3aa
commit
c25f8957ba
2 changed files with 6 additions and 1 deletions
|
@ -3657,7 +3657,7 @@ Key bindings specific to `verilog-mode-map' are:
|
|||
(set-syntax-table verilog-mode-syntax-table)
|
||||
(set (make-local-variable 'indent-line-function)
|
||||
#'verilog-indent-line-relative)
|
||||
(setq comment-indent-function 'verilog-comment-indent)
|
||||
(set (make-local-variable 'comment-indent-function) 'verilog-comment-indent)
|
||||
(set (make-local-variable 'parse-sexp-ignore-comments) nil)
|
||||
(set (make-local-variable 'comment-start) "// ")
|
||||
(set (make-local-variable 'comment-end) "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue