~ubuntu-branches/ubuntu/trusty/mit-scheme/trusty-proposed

« back to all changes in this revision

Viewing changes to src/microcode/terminfo.c

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2007-05-09 10:57:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070509105757-p8focimovgqxaaed
Tags: 7.7.90+20070205-1ubuntu1
* Merge from debian unstable, remaining changes:
  * Bootstrapping done via supplied binary package. See log entry for
    7.7.90+20060906-3ubuntu1 for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Interface from Emacs to terminfo.
2
2
   Copyright (C) 1985, 1986 Free Software Foundation, Inc.
3
 
   Copyright (C) 1998-2001 Massachusetts Institute of Technology
4
 
 
5
 
$Id: terminfo.c,v 1.7 2001/03/03 05:14:10 cph Exp $
 
3
 
 
4
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
 
5
    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
 
6
    2006, 2007 Massachusetts Institute of Technology
 
7
 
 
8
$Id: terminfo.c,v 1.8 2007/01/05 21:19:25 cph Exp $
6
9
 
7
10
This file is part of GNU Emacs.
8
11