emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a6a1c86: verilog-mode.el: Backout part of recent change showing w


From: Wilson Snyder
Subject: master a6a1c86: verilog-mode.el: Backout part of recent change showing wrong comment
Date: Thu, 23 Sep 2021 07:36:08 -0400 (EDT)

branch: master
commit a6a1c8600f2a919948412401b8602450f23bb338
Author: Wilson Snyder <wsnyder@wsnyder.org>
Commit: Wilson Snyder <wsnyder@wsnyder.org>

    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 dabf9c4..547787f 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]