# HG changeset patch # User Pavel Jank # Date 1015235020 0 # Node ID 5f79f8210ef418b0a343bbcdc4540729de3de7b1 # Parent 2388863b284b80ad8e65761f522ba5b56a7ca44b Require tempo when compiling to prevent warnings. Update copyright notice. diff -r 2388863b284b -r 5f79f8210ef4 lisp/net/snmp-mode.el --- 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 ;; Keywords: data @@ -86,6 +86,9 @@ ;;; Code: +(eval-when-compile + (require 'tempo)) + ;;;---------------------------------------------------------------------------- ;; ;; Customize these: