diff options
| author | Dave Love | 1999-03-31 16:06:51 +0000 |
|---|---|---|
| committer | Dave Love | 1999-03-31 16:06:51 +0000 |
| commit | 6d52355b7cb780821469be2fe018b07c24af0b87 (patch) | |
| tree | d51b1bfe6d26c1f24aed9f834c564843f0e0e57e /lisp | |
| parent | 107ecebbe7446098aea53d3ea315947c7754518b (diff) | |
| download | emacs-6d52355b7cb780821469be2fe018b07c24af0b87.tar.gz emacs-6d52355b7cb780821469be2fe018b07c24af0b87.zip | |
(snmp): Fix defgroup :version.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/snmp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/snmp-mode.el b/lisp/snmp-mode.el index 7732a8c2796..8753cceda25 100644 --- a/lisp/snmp-mode.el +++ b/lisp/snmp-mode.el | |||
| @@ -91,7 +91,7 @@ | |||
| 91 | (defgroup snmp nil | 91 | (defgroup snmp nil |
| 92 | "Mode for editing SNMP MIB files." | 92 | "Mode for editing SNMP MIB files." |
| 93 | :group 'data | 93 | :group 'data |
| 94 | :version "20.3") | 94 | :version "20.4") |
| 95 | 95 | ||
| 96 | (defcustom snmp-special-indent t | 96 | (defcustom snmp-special-indent t |
| 97 | "*If non-nil, use a simple heuristic to try to guess the right indentation. | 97 | "*If non-nil, use a simple heuristic to try to guess the right indentation. |