Require tempo when compiling to prevent warnings. Update copyright notice.
authorPavel Janík <Pavel@Janik.cz>
Mon, 4 Mar 2002 09:43:40 +0000 (09:43 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 4 Mar 2002 09:43:40 +0000 (09:43 +0000)
lisp/net/snmp-mode.el

index 227eccd..cde6fb7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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
@@ -86,6 +86,9 @@
 
 ;;; Code:
 
+(eval-when-compile
+  (require 'tempo))
+
 ;;;----------------------------------------------------------------------------
 ;;
 ;;                          Customize these: