diff options
Diffstat (limited to 'lisp/progmodes/verilog-mode.el')
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 6f38f4b50b5..174e4f7862c 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -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) |