summaryrefslogtreecommitdiff
path: root/lisp/progmodes/verilog-mode.el
diff options
context:
space:
mode:
authorWilson Snyder <wsnyder@wsnyder.org>2021-09-23 07:36:02 -0400
committerWilson Snyder <wsnyder@wsnyder.org>2021-09-23 07:36:02 -0400
commita6a1c8600f2a919948412401b8602450f23bb338 (patch)
treeb7989748fe38996de1f3093248edd670d81b4010 /lisp/progmodes/verilog-mode.el
parentd817f885789a562fd2c3960e312661838fb134f0 (diff)
downloademacs-a6a1c8600f2a919948412401b8602450f23bb338.tar.gz
verilog-mode.el: Backout part of recent change showing wrong comment
Diffstat (limited to 'lisp/progmodes/verilog-mode.el')
-rw-r--r--lisp/progmodes/verilog-mode.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index dabf9c479e2..547787f8d87 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -9,7 +9,7 @@
;; Keywords: languages
;; The "Version" is the date followed by the decimal rendition of the Git
;; commit hex.
-;; Version: 2021.09.22.045357537
+;; Version: 2021.09.23.139584433
;; Yoni Rabkin <yoni@rabkins.net> contacted the maintainer of this
;; file on 19/3/2008, and the maintainer agreed that when a bug is
@@ -124,7 +124,7 @@
;;
;; This variable will always hold the version number of the mode
-(defconst verilog-mode-version "2021-09-22-2b419e1-vpo-GNU"
+(defconst verilog-mode-version "2021-09-23-851e3b1-vpo-GNU"
"Version of this Verilog mode.")
(defconst verilog-mode-release-emacs t
"If non-nil, this version of Verilog mode was released with Emacs itself.")
@@ -13380,7 +13380,7 @@ Typing \\[verilog-auto] will call my-verilog-insert-hello and
expand the above into:
/*AUTOINSERTLISP(my-verilog-insert-hello \"world\")*/
- // Beginning of automatic insert Lisp
+ // Beginning of automatic insert lisp
initial $write(\"hello world\");
// End of automatics