Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7de5b421
Commit
7de5b421
authored
Oct 16, 2000
by
Gerd Moellmann
Browse files
Add author information.
parent
9d1af64f
Changes
27
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
40 additions
and
0 deletions
+40
-0
lisp/eshell/em-alias.el
lisp/eshell/em-alias.el
+2
-0
lisp/eshell/em-banner.el
lisp/eshell/em-banner.el
+2
-0
lisp/eshell/em-basic.el
lisp/eshell/em-basic.el
+2
-0
lisp/eshell/em-cmpl.el
lisp/eshell/em-cmpl.el
+2
-0
lisp/eshell/em-dirs.el
lisp/eshell/em-dirs.el
+2
-0
lisp/eshell/em-glob.el
lisp/eshell/em-glob.el
+2
-0
lisp/eshell/em-hist.el
lisp/eshell/em-hist.el
+2
-0
lisp/eshell/em-ls.el
lisp/eshell/em-ls.el
+2
-0
lisp/eshell/em-pred.el
lisp/eshell/em-pred.el
+2
-0
lisp/eshell/em-prompt.el
lisp/eshell/em-prompt.el
+2
-0
lisp/eshell/em-rebind.el
lisp/eshell/em-rebind.el
+2
-0
lisp/eshell/em-script.el
lisp/eshell/em-script.el
+2
-0
lisp/eshell/em-smart.el
lisp/eshell/em-smart.el
+2
-0
lisp/eshell/em-term.el
lisp/eshell/em-term.el
+2
-0
lisp/eshell/em-unix.el
lisp/eshell/em-unix.el
+2
-0
lisp/eshell/em-xtra.el
lisp/eshell/em-xtra.el
+2
-0
lisp/eshell/esh-arg.el
lisp/eshell/esh-arg.el
+2
-0
lisp/eshell/esh-cmd.el
lisp/eshell/esh-cmd.el
+2
-0
lisp/eshell/esh-ext.el
lisp/eshell/esh-ext.el
+2
-0
lisp/eshell/esh-io.el
lisp/eshell/esh-io.el
+2
-0
No files found.
lisp/eshell/em-alias.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-banner.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-basic.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-cmpl.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-dirs.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-glob.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-hist.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-ls.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-pred.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-prompt.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-rebind.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-script.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-smart.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-term.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-unix.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/em-xtra.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/esh-arg.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/esh-cmd.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/esh-ext.el
View file @
7de5b421
...
...
@@ -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
...
...
lisp/eshell/esh-io.el
View file @
7de5b421
...
...
@@ -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
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment