comparison lisp/vt-control.el @ 4527:3a3993b99ea8

Change revision number and comments.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Aug 1993 04:19:12 +0000
parents 325bc5407213
children 9cde7d7fea1f
comparison
equal deleted inserted replaced
4526:a614db8afa56 4527:3a3993b99ea8
19 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to 22 ;; along with GNU Emacs; see the file COPYING. If not, write to
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24
25 ;;; Revision: $Id: vt-control.el,v 2.2 1993/08/01 21:47:43 riepel Exp $
26 24
27 ;;; Commentary: 25 ;;; Commentary:
28 26
29 ;; The functions contained in this file send various VT control codes 27 ;; The functions contained in this file send various VT control codes
30 ;; to the terminal where emacs is running. The following functions are 28 ;; to the terminal where emacs is running. The following functions are
52 ;;; Code: 50 ;;; Code:
53 51
54 52
55 ;;; Revision Information 53 ;;; Revision Information
56 54
57 (defconst vt-revision "$Revision: 2.2 $" 55 (defconst vt-revision "$Revision: 2.4 $"
58 "Revision number of vt-control.") 56 "Revision number of vt-control.")
59 57
60 58
61 ;;; Global variables 59 ;;; Global variables
62 60