diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-03-04 09:43:40 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-03-04 09:43:40 +0000 |
commit | 1d09ce772edcbeecd3b89b385bb7fd75b330aa3f (patch) | |
tree | 51e3ff4cbcd651e9a01c782bcf0663a896f72e09 /lisp/net/snmp-mode.el | |
parent | 67868d27f8e748264af2214fc001dab826d78ccc (diff) | |
download | emacs-1d09ce772edcbeecd3b89b385bb7fd75b330aa3f.tar.gz |
Require tempo when compiling to prevent warnings. Update copyright notice.
Diffstat (limited to 'lisp/net/snmp-mode.el')
-rw-r--r-- | lisp/net/snmp-mode.el | 5 |
1 files changed, 4 insertions, 1 deletions
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 <psmith@BayNetworks.com> ;; Keywords: data @@ -86,6 +86,9 @@ ;;; Code: +(eval-when-compile + (require 'tempo)) + ;;;---------------------------------------------------------------------------- ;; ;; Customize these: |