* lisp/progmodes/verilog-mode.el (verilog-mode): Fix typo (Bug#24410).

This commit is contained in:
Chunyang Xu 2016-09-11 19:39:30 +08:00 committed by Noam Postavsky
parent 6a6e8e6e8d
commit a36a090a95

View file

@ -3958,8 +3958,8 @@ 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
verilog-forward-sexp-function)
(cons '(verilog-mode "\\<begin\\>" "\\<end\\>" nil
verilog-forward-sexp-function)
hs-special-modes-alist))))
(add-hook 'completion-at-point-functions