summaryrefslogtreecommitdiff
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-10-16 12:27:09 +0000
committerGerd Moellmann <gerd@gnu.org>2000-10-16 12:27:09 +0000
commit7de5b4214edd6ef463f0772b2956f8f432f08dfa (patch)
treedc4a69bd05735772a3d9353fbd0868c0569303e1 /lisp/eshell
parent9d1af64f7a75e2ab67f08422b5057edecf9b895b (diff)
downloademacs-7de5b4214edd6ef463f0772b2956f8f432f08dfa.tar.gz
Add author information.
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-alias.el2
-rw-r--r--lisp/eshell/em-banner.el2
-rw-r--r--lisp/eshell/em-basic.el2
-rw-r--r--lisp/eshell/em-cmpl.el2
-rw-r--r--lisp/eshell/em-dirs.el2
-rw-r--r--lisp/eshell/em-glob.el2
-rw-r--r--lisp/eshell/em-hist.el2
-rw-r--r--lisp/eshell/em-ls.el2
-rw-r--r--lisp/eshell/em-pred.el2
-rw-r--r--lisp/eshell/em-prompt.el2
-rw-r--r--lisp/eshell/em-rebind.el2
-rw-r--r--lisp/eshell/em-script.el2
-rw-r--r--lisp/eshell/em-smart.el2
-rw-r--r--lisp/eshell/em-term.el2
-rw-r--r--lisp/eshell/em-unix.el2
-rw-r--r--lisp/eshell/em-xtra.el2
-rw-r--r--lisp/eshell/esh-arg.el2
-rw-r--r--lisp/eshell/esh-cmd.el2
-rw-r--r--lisp/eshell/esh-ext.el2
-rw-r--r--lisp/eshell/esh-io.el2
-rw-r--r--lisp/eshell/esh-maint.el2
-rw-r--r--lisp/eshell/esh-mode.el2
-rw-r--r--lisp/eshell/esh-opt.el2
-rw-r--r--lisp/eshell/esh-proc.el2
-rw-r--r--lisp/eshell/esh-test.el2
-rw-r--r--lisp/eshell/esh-util.el2
-rw-r--r--lisp/eshell/esh-var.el2
27 files changed, 54 insertions, 0 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el
index 0fdfee6d205..85e4e97e692 100644
--- a/lisp/eshell/em-alias.el
+++ b/lisp/eshell/em-alias.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el
index 3b5fb814c42..90d59f3f21e 100644
--- a/lisp/eshell/em-banner.el
+++ b/lisp/eshell/em-banner.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el
index 5b4d2e47a5d..52afff15b2a 100644
--- a/lisp/eshell/em-basic.el
+++ b/lisp/eshell/em-basic.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index 19a0f595e6f..6c3032d069e 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el
index c59bd042575..02d1eb3076b 100644
--- a/lisp/eshell/em-dirs.el
+++ b/lisp/eshell/em-dirs.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el
index ec8c1b2c37a..b281cee4fd7 100644
--- a/lisp/eshell/em-glob.el
+++ b/lisp/eshell/em-glob.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el
index 1213dfcc291..985e3e11cb0 100644
--- a/lisp/eshell/em-hist.el
+++ b/lisp/eshell/em-hist.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el
index 77e5d5577dc..2afef625f55 100644
--- a/lisp/eshell/em-ls.el
+++ b/lisp/eshell/em-ls.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el
index 9708e2d793a..5ef412199d8 100644
--- a/lisp/eshell/em-pred.el
+++ b/lisp/eshell/em-pred.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index f71b6d89964..f94d244cab9 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el
index 4caae2da425..624b8c98d3d 100644
--- a/lisp/eshell/em-rebind.el
+++ b/lisp/eshell/em-rebind.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el
index fb80bfe9f59..d6a8ea54e2f 100644
--- a/lisp/eshell/em-script.el
+++ b/lisp/eshell/em-script.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el
index d7db23a0f9b..cc02f2fedc3 100644
--- a/lisp/eshell/em-smart.el
+++ b/lisp/eshell/em-smart.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el
index 83479d4c1be..c24fc993388 100644
--- a/lisp/eshell/em-term.el
+++ b/lisp/eshell/em-term.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el
index 6a63f154de3..7f0414ef056 100644
--- a/lisp/eshell/em-unix.el
+++ b/lisp/eshell/em-unix.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el
index 9b4e6ad058e..98d2cbf6cdb 100644
--- a/lisp/eshell/em-xtra.el
+++ b/lisp/eshell/em-xtra.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el
index 985401fbe37..77db1bfc100 100644
--- a/lisp/eshell/esh-arg.el
+++ b/lisp/eshell/esh-arg.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index fcdcfbb3fc3..6d2ede0a72c 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el
index 3aec7f22fd8..3fb9551d7fe 100644
--- a/lisp/eshell/esh-ext.el
+++ b/lisp/eshell/esh-ext.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index 84dbbc18e07..fabb85cce9b 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el
index 090e86f656d..13b3597b4ce 100644
--- a/lisp/eshell/esh-maint.el
+++ b/lisp/eshell/esh-maint.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el
index 4d32da81f05..ad513c47a0b 100644
--- a/lisp/eshell/esh-mode.el
+++ b/lisp/eshell/esh-mode.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el
index e4aa17bfbe8..6235c886599 100644
--- a/lisp/eshell/esh-opt.el
+++ b/lisp/eshell/esh-opt.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index ddb2c986a96..5997c15094f 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el
index 505c240d757..6a14541ab39 100644
--- a/lisp/eshell/esh-test.el
+++ b/lisp/eshell/esh-test.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el
index a4f2ec98db9..01c0ff2c76e 100644
--- a/lisp/eshell/esh-util.el
+++ b/lisp/eshell/esh-util.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index ddbcf257d7e..fdb1ea106a8 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -2,6 +2,8 @@
;; Copyright (C) 1999, 2000 Free Software Foundation
+;; Author: John Wiegley <johnw@gnu.org>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify