1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

* lisp/progmodes/verilog-mode.el (verilog-case-fold): Add :version.

This commit is contained in:
Glenn Morris 2013-10-18 00:56:45 -07:00
parent ea89ff08fb
commit d64da4b71a
2 changed files with 5 additions and 0 deletions

View file

@ -1187,6 +1187,7 @@ See the \\[verilog-faq] for examples on using this."
(defcustom verilog-case-fold t
"Non-nil means `verilog-mode' regexps should ignore case.
This variable is t for backward compatibility; nil is suggested."
:version "24.4"
:group 'verilog-mode
:type 'boolean)
(put 'verilog-case-fold 'safe-local-variable 'verilog-booleanp)