From a6a1c8600f2a919948412401b8602450f23bb338 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Thu, 23 Sep 2021 07:36:02 -0400 Subject: [PATCH] verilog-mode.el: Backout part of recent change showing wrong comment --- lisp/progmodes/verilog-mode.el | 6 +++--- 1 file 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 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 -- 2.39.5