]> git.eshelyaron.com Git - emacs.git/commitdiff
(snmp): Fix defgroup :version.
authorDave Love <fx@gnu.org>
Wed, 31 Mar 1999 16:06:51 +0000 (16:06 +0000)
committerDave Love <fx@gnu.org>
Wed, 31 Mar 1999 16:06:51 +0000 (16:06 +0000)
lisp/snmp-mode.el

index 7732a8c2796d2527ea67e07daab9218bb931677b..8753cceda2545ef3d9986995f0438b5c03bcf63e 100644 (file)
@@ -91,7 +91,7 @@
 (defgroup snmp nil
   "Mode for editing SNMP MIB files."
   :group 'data
-  :version "20.3")
+  :version "20.4")
 
 (defcustom snmp-special-indent t
   "*If non-nil, use a simple heuristic to try to guess the right indentation.