From 1d09ce772edcbeecd3b89b385bb7fd75b330aa3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 4 Mar 2002 09:43:40 +0000 Subject: [PATCH] Require tempo when compiling to prevent warnings. Update copyright notice. --- lisp/net/snmp-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/net/snmp-mode.el b/lisp/net/snmp-mode.el index 227eccd4757..cde6fb7c60d 100644 --- a/lisp/net/snmp-mode.el +++ b/lisp/net/snmp-mode.el @@ -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 ;; Keywords: data @@ -86,6 +86,9 @@ ;;; Code: +(eval-when-compile + (require 'tempo)) + ;;;---------------------------------------------------------------------------- ;; ;; Customize these: -- 2.39.2