]> git.eshelyaron.com Git - emacs.git/commitdiff
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 227eccd4757972329479ce326bd1e92963f8fdb4..cde6fb7c60d7e09c62ed8023e6006c7a2c5943a5 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: