Require tempo when compiling to prevent warnings. Update copyright notice.
This commit is contained in:
parent
67868d27f8
commit
1d09ce772e
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue