comparison lisp/vt-control.el @ 5140:9cde7d7fea1f

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Nov 1993 20:12:25 +0000
parents 3a3993b99ea8
children 6244e78f5acd
comparison
equal deleted inserted replaced
5139:ce5f4afb1113 5140:9cde7d7fea1f
2 2
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 ;; Keywords: vt100 7 ;; Keywords: terminals
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
50 ;;; Code: 50 ;;; Code:
51 51
52 52
53 ;;; Revision Information 53 ;;; Revision Information
54 54
55 (defconst vt-revision "$Revision: 2.4 $" 55 (defconst vt-revision "$Revision: 1.3 $"
56 "Revision number of vt-control.") 56 "Revision number of vt-control.")
57 57
58 58
59 ;;; Global variables 59 ;;; Global variables
60 60