Mercurial > emacs
changeset 24553:bc3afd224741
(snmp): Fix defgroup :version.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 31 Mar 1999 16:06:51 +0000 |
parents | ccf2939fc5ec |
children | 9a9a307e9a57 |
files | lisp/snmp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/snmp-mode.el Wed Mar 31 08:40:48 1999 +0000 +++ b/lisp/snmp-mode.el Wed Mar 31 16:06:51 1999 +0000 @@ -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.