diff lisp/net/snmp-mode.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents b56f9152e329
children 5f79f8210ef4
line wrap: on
line diff
--- a/lisp/net/snmp-mode.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/net/snmp-mode.el	Mon Jul 16 12:23:00 2001 +0000
@@ -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 @@
 
 (provide 'snmp-mode)
 
-;; snmp-mode.el ends here
+;;; snmp-mode.el ends here