Fix last change in verilog-mode.el.
* progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last change; value should be t.
This commit is contained in:
parent
83600dc899
commit
b7f4216114
2 changed files with 11 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
"Version of this Verilog mode.")
|
||||
(defconst verilog-mode-release-date (substring "$$Date: 2012-09-17 20:43:10 -0400 (Mon, 17 Sep 2012) $$" 8 -3)
|
||||
"Release date of this Verilog mode.")
|
||||
(defconst verilog-mode-release-emacs nil
|
||||
(defconst verilog-mode-release-emacs t
|
||||
"If non-nil, this version of Verilog mode was released with Emacs itself.")
|
||||
|
||||
(defun verilog-version ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue