1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

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:
Chong Yidong 2012-09-27 11:30:46 +08:00
parent 83600dc899
commit b7f4216114
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2012-09-27 Chong Yidong <cyd@gnu.org>
* progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
change; value should be t.
2012-09-27 Ivan Andrus <darthandrus@gmail.com>
* emacs-lisp/package.el (package-delete): Don't signal an error if
the package directory is missing (Bug#12524).
2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
* image-mode.el: Use lexical-binding.

View File

@ -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 ()