summaryrefslogtreecommitdiff
path: root/lisp/net/snmp-mode.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
commite8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch)
tree588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/net/snmp-mode.el
parent4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff)
downloademacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/net/snmp-mode.el')
-rw-r--r--lisp/net/snmp-mode.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/net/snmp-mode.el b/lisp/net/snmp-mode.el
index 8753cceda25..227eccd4757 100644
--- a/lisp/net/snmp-mode.el
+++ b/lisp/net/snmp-mode.el
@@ -1,4 +1,4 @@
-;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode.
+;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode
;; Copyright (C) 1995,1998 Free Software Foundation, Inc.
@@ -22,6 +22,8 @@
;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
+;;; Commentary:
+
;; INTRODUCTION
;; ------------
;; This package provides a major mode for editing SNMP MIBs. It
@@ -82,6 +84,8 @@
;; Enabling global-font-lock-mode is also sufficient.
;;
+;;; Code:
+
;;;----------------------------------------------------------------------------
;;
;; Customize these:
@@ -713,4 +717,4 @@ controls whether case is significant."
(provide 'snmp-mode)
-;; snmp-mode.el ends here
+;;; snmp-mode.el ends here