1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
This package was debianized by Ueyama Rui rui@linux.or.jp on
Tue, 15 Feb 2000 21:36:52 +0900.
It was downloaded from
http://vlsilab.ics.es.osaka-u.ac.jp/~kitajima/tc2/tc2.0beta6c.tar.gz
Copyright:
;;; tc.el --- T-Code frontend for Emacs
;; Copyright (C) 1989--1998 Kaoru Maeda, Yasushi Saito and KITAJIMA Akira.
;; Author: Kaoru Maeda <maeda@src.ricoh.co.jp>
;; Yasushi Saito <yasushi@cs.washington.edu>
;; KITAJIMA Akira <kitajima@ics.es.osaka-u.ac.jp>
;; Maintainer: KITAJIMA Akira
;; Version: 2.0 beta 6
;; Keyword: input method
;; $Id: tc.el,v 2.0.6.1 1999/09/27 14:51:10 akira Exp $
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2 of the License, or
;; (at your option) any later version.
;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;;
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|