Mercurial > emacs
comparison lisp/comint.el @ 64762:41bb365f41c4
Update years in copyright notice; nfc.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sat, 06 Aug 2005 22:13:43 +0000 |
parents | 76a0015820fb |
children | fe9134f14297 |
comparison
equal
deleted
inserted
replaced
64761:e72e59c66778 | 64762:41bb365f41c4 |
---|---|
1 ;;; comint.el --- general command interpreter in a window stuff | 1 ;;; comint.el --- general command interpreter in a window stuff |
2 | 2 |
3 ;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 ;; Copyright (C) 1988, 1990, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
4 ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 4 ;; 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
5 | 5 |
6 ;; Author: Olin Shivers <shivers@cs.cmu.edu> | 6 ;; Author: Olin Shivers <shivers@cs.cmu.edu> |
7 ;; Simon Marshall <simon@gnu.org> | 7 ;; Simon Marshall <simon@gnu.org> |
8 ;; Maintainer: FSF | 8 ;; Maintainer: FSF |
9 ;; Keywords: processes | 9 ;; Keywords: processes |