* lisp/progmodes/verilog-mode.el (verilog-mode): Fix typo (Bug#24410).
This commit is contained in:
parent
6a6e8e6e8d
commit
a36a090a95
1 changed files with 2 additions and 2 deletions
|
@ -3958,7 +3958,7 @@ Key bindings specific to `verilog-mode-map' are:
|
|||
(when (boundp 'hs-special-modes-alist)
|
||||
(unless (assq 'verilog-mode hs-special-modes-alist)
|
||||
(setq hs-special-modes-alist
|
||||
(cons '(verilog-mode-mode "\\<begin\\>" "\\<end\\>" nil
|
||||
(cons '(verilog-mode "\\<begin\\>" "\\<end\\>" nil
|
||||
verilog-forward-sexp-function)
|
||||
hs-special-modes-alist))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue