From 2582e468b5fabbcf2fc3e8887d14619409ae4f4b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Jun 1994 22:22:23 +0000 Subject: [PATCH] Require tpu-edt. (tpu-extras-revision): Variable deleted. --- lisp/emulation/tpu-extras.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el index c762dedb69e..ee5400ed6fc 100644 --- a/lisp/emulation/tpu-extras.el +++ b/lisp/emulation/tpu-extras.el @@ -1,6 +1,6 @@ ;;; tpu-extras.el --- Scroll margins and free cursor mode for TPU-edt -;; Copyright (C) 1993 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. ;; Author: Rob Riepel ;; Maintainer: Rob Riepel @@ -102,10 +102,9 @@ ;;; Code: -;;; Revision Information +;;; Gotta have tpu-edt -(defconst tpu-extras-revision "$Revision: 1.5 $" - "Revision number of the TPU-edt extras.") +(require 'tpu-edt) ;;; Customization variables -- 2.39.5