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:
parent
83600dc899
commit
b7f4216114
@ -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.
|
||||
|
@ -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…
Reference in New Issue
Block a user