]> git.eshelyaron.com Git - emacs.git/commitdiff
* verilog-mode.el (verilog-auto-inst-interfaced-ports): Add :version tag.
authorChong Yidong <cyd@gnu.org>
Fri, 28 Sep 2012 05:19:55 +0000 (13:19 +0800)
committerChong Yidong <cyd@gnu.org>
Fri, 28 Sep 2012 05:19:55 +0000 (13:19 +0800)
lisp/ChangeLog
lisp/progmodes/verilog-mode.el

index 1c9c7c3c449d461b30396dc6246c8c2a050fac8d..5fc758b895165312f1f52ee5c0eb10e6d275392e 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-28  Chong Yidong  <cyd@gnu.org>
+
+       * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
+       Add :version tag.
+
 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
index 9173aa61b293743fbb544210552f67569c9f1397..86ffdf535a0e0dc273566c8171aed4e268dbe61d 100644 (file)
@@ -1130,7 +1130,8 @@ won't merge conflict."
 (defcustom verilog-auto-inst-interfaced-ports nil
   "Non-nil means include interfaced ports in AUTOINST expansions."
   :group 'verilog-mode-auto
-  :type 'boolean)
+  :type 'boolean
+  :version "24.3")
 (put 'verilog-auto-inst-interfaced-ports 'safe-local-variable 'verilog-booleanp)
 
 (defcustom verilog-auto-input-ignore-regexp nil