comparison lisp/net/snmp-mode.el @ 43701:5f79f8210ef4

Require tempo when compiling to prevent warnings. Update copyright notice.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 04 Mar 2002 09:43:40 +0000
parents b174db545cfd
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
43700:2388863b284b 43701:5f79f8210ef4
1 ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode 1 ;;; snmp-mode.el --- SNMP & SNMPv2 MIB major mode
2 2
3 ;; Copyright (C) 1995,1998 Free Software Foundation, Inc. 3 ;; Copyright (C) 1995, 1998, 2002 Free Software Foundation, Inc.
4 4
5 ;; Author: Paul D. Smith <psmith@BayNetworks.com> 5 ;; Author: Paul D. Smith <psmith@BayNetworks.com>
6 ;; Keywords: data 6 ;; Keywords: data
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
83 ;; 83 ;;
84 ;; Enabling global-font-lock-mode is also sufficient. 84 ;; Enabling global-font-lock-mode is also sufficient.
85 ;; 85 ;;
86 86
87 ;;; Code: 87 ;;; Code:
88
89 (eval-when-compile
90 (require 'tempo))
88 91
89 ;;;---------------------------------------------------------------------------- 92 ;;;----------------------------------------------------------------------------
90 ;; 93 ;;
91 ;; Customize these: 94 ;; Customize these:
92 ;; 95 ;;