]> code.delx.au - gnu-emacs/blobdiff - lisp/net/snmp-mode.el
Add a provide statement.
[gnu-emacs] / lisp / net / snmp-mode.el
index 8753cceda2545ef3d9986995f0438b5c03bcf63e..7fed47f6bf852541eaee93bb6d516b9246b24d0e 100644 (file)
@@ -1,6 +1,6 @@
-;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode.
+;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode
 
-;; Copyright (C) 1995,1998  Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1998, 2002  Free Software Foundation, Inc.
 
 ;; Author: Paul D. Smith <psmith@BayNetworks.com>
 ;; Keywords: data
@@ -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
 ;; Enabling global-font-lock-mode is also sufficient.
 ;;
 
+;;; Code:
+
+(eval-when-compile
+  (require 'tempo))
+
 ;;;----------------------------------------------------------------------------
 ;;
 ;;                          Customize these:
@@ -713,4 +720,5 @@ controls whether case is significant."
 
 (provide 'snmp-mode)
 
-;; snmp-mode.el ends here
+;;; arch-tag: eb6cc0f9-1e47-4023-8625-bc9aae6c3527
+;;; snmp-mode.el ends here