Mercurial > emacs
comparison lisp/term.el @ 57548:74ab35181199
Add maintainer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Oct 2004 07:05:11 +0000 |
parents | 6ca70f15d948 |
children | f9f5c9ddd813 f3ec05478165 |
comparison
equal
deleted
inserted
replaced
57547:5d572f497d32 | 57548:74ab35181199 |
---|---|
1 ;;; term.el --- general command interpreter in a window stuff | 1 ;;; term.el --- general command interpreter in a window stuff |
2 | 2 |
3 ;;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2004 Free Software Foundation, Inc. | 3 ;;; Copyright (C) 1988, 1990, 1992, 1994, 1995, 2004 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Per Bothner <bothner@cygnus.com> | 5 ;; Author: Per Bothner <per@bothner.com> |
6 ;; Maintainer: Dan Nicolaescu <dann@ics.uci.edu>, Per Bothner <per@bothner.com> | |
6 ;; Based on comint mode written by: Olin Shivers <shivers@cs.cmu.edu> | 7 ;; Based on comint mode written by: Olin Shivers <shivers@cs.cmu.edu> |
7 ;; Keywords: processes | 8 ;; Keywords: processes |
8 | 9 |
9 ;; This file is part of GNU Emacs. | 10 ;; This file is part of GNU Emacs. |
10 | 11 |