diff options
Diffstat (limited to 'lisp/net/snmp-mode.el')
-rw-r--r-- | lisp/net/snmp-mode.el | 8 |
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 |