comparison lisp/emulation/tpu-edt.el @ 5140:9cde7d7fea1f

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Nov 1993 20:12:25 +0000
parents 076ad69b0c77
children d9bd01c95509
comparison
equal deleted inserted replaced
5139:ce5f4afb1113 5140:9cde7d7fea1f
3 ;; Copyright (C) 1993 Free Software Foundation, Inc. 3 ;; Copyright (C) 1993 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>
7 ;; Version: 3.1 7 ;; Version: 3.1
8 ;; Keywords: edt emulations 8 ;; Keywords: emulations
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
28 28
29 ;;; 29 ;;;
30 ;;; Revision and Version Information 30 ;;; Revision and Version Information
31 ;;; 31 ;;;
32 (defconst tpu-version "3.1" "TPU-edt version number.") 32 (defconst tpu-version "3.1" "TPU-edt version number.")
33 (defconst tpu-revision "$Revision: 6.11 $" "Revision number of TPU-edt.") 33 (defconst tpu-revision "$Revision: 1.4 $" "Revision number of TPU-edt.")
34 34
35 35
36 ;;; 36 ;;;
37 ;;; User Configurable Variables 37 ;;; User Configurable Variables
38 ;;; 38 ;;;