diff options
Diffstat (limited to 'lisp/term.el')
| -rw-r--r-- | lisp/term.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 07702551718..f54f1f015dd 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -2,7 +2,8 @@ | |||
| 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 | ||