diff options
| author | Paul Eggert | 2018-01-01 01:13:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-01-01 01:13:04 -0800 |
| commit | bb267f17f9e1e593d8dee379aceee22d7fa42680 (patch) | |
| tree | 466dfb3f8ef7587ebcb652709bd1cc05d18a92f3 /lisp/eshell | |
| parent | a5835dfee139322de7aa071f1c87ef015acbecad (diff) | |
| parent | 63b04c11d530f4a6a41f112d1b3ba1ed1eb81195 (diff) | |
| download | emacs-bb267f17f9e1e593d8dee379aceee22d7fa42680.tar.gz emacs-bb267f17f9e1e593d8dee379aceee22d7fa42680.zip | |
Merge from origin/emacs-26
63b04c11d5 Fix copyright years by hand
5c7dd8a783 Update copyright year to 2018
220a9ecba1 Merge from Gnulib
312c565566 Don't add empty keyboard macro to macro ring (Bug#24992)
39ca289a7a Allow customization of decoding of "man" command
f8240815ea * etc/NEWS: Add security consideration note on passphrase ...
0c78822c70 Fix subtle problem with scroll-down when scroll-margin is ...
acd289c5a4 Fix problems with indexing in User manual
b240c7846b * lisp/help.el (describe-key): Only (copy-sequence elt) wh...
e879a5444a * src/buffer.c (Frestore_buffer_modified_p): Fix bug#29846
81b1028b63 Improve documentation of 'inhibit-modification-hooks' and ...
7175496d7a Fix doc string of 'enable-recursive-minibuffers'
5b38406491 Fix documentation of delsel and of killing text
# Conflicts:
# etc/NEWS
# etc/refcards/ru-refcard.tex
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/em-alias.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-banner.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-basic.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-cmpl.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-dirs.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-glob.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-hist.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-ls.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-pred.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-prompt.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-rebind.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-script.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-smart.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-term.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-tramp.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-unix.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-xtra.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-arg.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-cmd.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-ext.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-io.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-mode.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-module.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-opt.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-proc.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-util.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/esh-var.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/eshell.el | 2 |
28 files changed, 28 insertions, 28 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el index 742234574f3..c5125fd3a42 100644 --- a/lisp/eshell/em-alias.el +++ b/lisp/eshell/em-alias.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-alias.el --- creation and management of command aliases -*- lexical-binding:t -*- | 1 | ;;; em-alias.el --- creation and management of command aliases -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index 268b4289f4a..f8fd8983195 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-banner.el --- sample module that displays a login banner -*- lexical-binding:t -*- | 1 | ;;; em-banner.el --- sample module that displays a login banner -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index 33ce3b5e93a..5201076f485 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-basic.el --- basic shell builtin commands -*- lexical-binding:t -*- | 1 | ;;; em-basic.el --- basic shell builtin commands -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index 89826bebb76..1f440077465 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-cmpl.el --- completion using the TAB key -*- lexical-binding:t -*- | 1 | ;;; em-cmpl.el --- completion using the TAB key -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 0d87f2a599e..37cb6b169a0 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-dirs.el --- directory navigation commands -*- lexical-binding:t -*- | 1 | ;;; em-dirs.el --- directory navigation commands -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 11d7ffcfc53..ca7b1b8753b 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-glob.el --- extended file name globbing -*- lexical-binding:t -*- | 1 | ;;; em-glob.el --- extended file name globbing -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index df462a70587..83595847bdf 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-hist.el --- history list management -*- lexical-binding:t -*- | 1 | ;;; em-hist.el --- history list management -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index bb087d2feba..900b28905b7 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-ls.el --- implementation of ls in Lisp -*- lexical-binding:t -*- | 1 | ;;; em-ls.el --- implementation of ls in Lisp -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index 72a7bc4afcb..2c12cacfff8 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-pred.el --- argument predicates and modifiers (ala zsh) -*- lexical-binding:t -*- | 1 | ;;; em-pred.el --- argument predicates and modifiers (ala zsh) -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index 76dd13ff842..da2cfe4dfdd 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-prompt.el --- command prompts -*- lexical-binding:t -*- | 1 | ;;; em-prompt.el --- command prompts -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index 07f4318e58c..e6f04b68e0c 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-rebind.el --- rebind keys when point is at current input -*- lexical-binding:t -*- | 1 | ;;; em-rebind.el --- rebind keys when point is at current input -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index bbc2f9acf6b..1b0b220d5bc 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-script.el --- Eshell script files -*- lexical-binding:t -*- | 1 | ;;; em-script.el --- Eshell script files -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index f79f46387b7..53bbdfe0531 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-smart.el --- smart display of output -*- lexical-binding:t -*- | 1 | ;;; em-smart.el --- smart display of output -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 261a32e97cf..ddde47f73d6 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-term.el --- running visual commands -*- lexical-binding:t -*- | 1 | ;;; em-term.el --- running visual commands -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-tramp.el b/lisp/eshell/em-tramp.el index e2da3468aba..c45453bf288 100644 --- a/lisp/eshell/em-tramp.el +++ b/lisp/eshell/em-tramp.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-tramp.el --- Eshell features that require TRAMP -*- lexical-binding:t -*- | 1 | ;;; em-tramp.el --- Eshell features that require TRAMP -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Aidan Gauland <aidalgol@no8wireless.co.nz> | 5 | ;; Author: Aidan Gauland <aidalgol@no8wireless.co.nz> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index e5c799ea167..c3448de407d 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-unix.el --- UNIX command aliases -*- lexical-binding:t -*- | 1 | ;;; em-unix.el --- UNIX command aliases -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 89814467d1f..ce73474fb73 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; em-xtra.el --- extra alias functions -*- lexical-binding:t -*- | 1 | ;;; em-xtra.el --- extra alias functions -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index b317f4e1d2a..67095888653 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-arg.el --- argument processing -*- lexical-binding:t -*- | 1 | ;;; esh-arg.el --- argument processing -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 6c26af8999f..ddab3350493 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-cmd.el --- command invocation -*- lexical-binding:t -*- | 1 | ;;; esh-cmd.el --- command invocation -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 14ae6b4ae1d..1bfab23c220 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-ext.el --- commands external to Eshell -*- lexical-binding:t -*- | 1 | ;;; esh-ext.el --- commands external to Eshell -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index ca791982f56..1bcf5fbec0c 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-io.el --- I/O management -*- lexical-binding:t -*- | 1 | ;;; esh-io.el --- I/O management -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index ea2fe1a6c26..bbb74c3d86f 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-mode.el --- user interface -*- lexical-binding:t -*- | 1 | ;;; esh-mode.el --- user interface -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index fe4c88e1cfd..06e94bd3568 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-module.el --- Eshell modules -*- lexical-binding:t -*- | 1 | ;;; esh-module.el --- Eshell modules -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2000, 2002-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2000, 2002-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Keywords: processes | 6 | ;; Keywords: processes |
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index c141fe0bcea..3af8fd7cacb 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-opt.el --- command options processing -*- lexical-binding:t -*- | 1 | ;;; esh-opt.el --- command options processing -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index 3e9ac281a10..841a95006f1 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-proc.el --- process management -*- lexical-binding:t -*- | 1 | ;;; esh-proc.el --- process management -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 8b24ec3c430..5d38c27eb1d 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-util.el --- general utilities -*- lexical-binding:t -*- | 1 | ;;; esh-util.el --- general utilities -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index d038609d957..1af03d367c3 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-var.el --- handling of variables -*- lexical-binding:t -*- | 1 | ;;; esh-var.el --- handling of variables -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index f85f0e82b38..f3c4a4a58fe 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; eshell.el --- the Emacs command shell -*- lexical-binding:t -*- | 1 | ;;; eshell.el --- the Emacs command shell -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2017 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2018 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Version: 2.4.2 | 6 | ;; Version: 2.4.2 |