summaryrefslogtreecommitdiff
path: root/lisp/shell.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2006-02-06 15:23:23 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2006-02-06 15:23:23 +0000
commitc5fc7f5d4d1ac179d61b3598e8afc6a94c8703f1 (patch)
treee106c7e432f8fbcf2514c7983a3c12c99fb9e6de /lisp/shell.el
parentb5aa655341d502c51fb4d498f643f1fb1683b23c (diff)
downloademacs-c5fc7f5d4d1ac179d61b3598e8afc6a94c8703f1.tar.gz
Update years in copyright notice; nfc.
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 84de8efd8df..f7eaeb84341 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -1,7 +1,7 @@
;;; shell.el --- specialized comint.el for running the shell
;; Copyright (C) 1988, 1993, 1994, 1995, 1996, 1997, 2000,
-;; 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+;; 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
;; Author: Olin Shivers <shivers@cs.cmu.edu>
;; Simon Marshall <simon@gnu.org>