diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emulation/tpu-extras.el | 7 |
1 files 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 @@ | |||
| 1 | ;;; tpu-extras.el --- Scroll margins and free cursor mode for TPU-edt | 1 | ;;; tpu-extras.el --- Scroll margins and free cursor mode for TPU-edt |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> | 5 | ;; Author: Rob Riepel <riepel@networking.stanford.edu> |
| 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> | 6 | ;; Maintainer: Rob Riepel <riepel@networking.stanford.edu> |
| @@ -102,10 +102,9 @@ | |||
| 102 | ;;; Code: | 102 | ;;; Code: |
| 103 | 103 | ||
| 104 | 104 | ||
| 105 | ;;; Revision Information | 105 | ;;; Gotta have tpu-edt |
| 106 | 106 | ||
| 107 | (defconst tpu-extras-revision "$Revision: 1.5 $" | 107 | (require 'tpu-edt) |
| 108 | "Revision number of the TPU-edt extras.") | ||
| 109 | 108 | ||
| 110 | 109 | ||
| 111 | ;;; Customization variables | 110 | ;;; Customization variables |