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:
parent
ea89ff08fb
commit
d64da4b71a
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue