changeset 43701:5f79f8210ef4

Require tempo when compiling to prevent warnings. Update copyright notice.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 04 Mar 2002 09:43:40 +0000
parents 2388863b284b
children 617ab596112e
files lisp/net/snmp-mode.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/snmp-mode.el	Mon Mar 04 09:27:58 2002 +0000
+++ b/lisp/net/snmp-mode.el	Mon Mar 04 09:43:40 2002 +0000
@@ -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: