diff options
| author | Pavel Janík | 2001-07-15 19:53:53 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-07-15 19:53:53 +0000 |
| commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
| tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/eshell | |
| parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
| download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip | |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/eshell')
29 files changed, 31 insertions, 29 deletions
diff --git a/lisp/eshell/em-alias.el b/lisp/eshell/em-alias.el index d6d1ba04092..0dd908be99c 100644 --- a/lisp/eshell/em-alias.el +++ b/lisp/eshell/em-alias.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-alias --- creation and management of command aliases | 1 | ;;; em-alias.el --- creation and management of command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-banner.el b/lisp/eshell/em-banner.el index 90d59f3f21e..dc5f52bcdc1 100644 --- a/lisp/eshell/em-banner.el +++ b/lisp/eshell/em-banner.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-banner --- sample module that displays a login banner | 1 | ;;; em-banner.el --- sample module that displays a login banner |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-basic.el b/lisp/eshell/em-basic.el index 52afff15b2a..49947eede77 100644 --- a/lisp/eshell/em-basic.el +++ b/lisp/eshell/em-basic.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-basic --- basic shell builtin commands | 1 | ;;; em-basic.el --- basic shell builtin commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el index 3b620b074d2..14407a8f236 100644 --- a/lisp/eshell/em-cmpl.el +++ b/lisp/eshell/em-cmpl.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-cmpl --- completion using the TAB key | 1 | ;;; em-cmpl.el --- completion using the TAB key |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-dirs.el b/lisp/eshell/em-dirs.el index 89d4a408e95..140dc217bee 100644 --- a/lisp/eshell/em-dirs.el +++ b/lisp/eshell/em-dirs.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-dirs --- directory navigation commands | 1 | ;;; em-dirs.el --- directory navigation commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index f4f9ebbe5b6..0e826756c57 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-glob --- extended file name globbing | 1 | ;;; em-glob.el --- extended file name globbing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-hist.el b/lisp/eshell/em-hist.el index ef0a4b348c4..a5426f53001 100644 --- a/lisp/eshell/em-hist.el +++ b/lisp/eshell/em-hist.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-hist --- history list management | 1 | ;;; em-hist.el --- history list management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index b7b080012f5..199c176b801 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-ls --- implementation of ls in Lisp | 1 | ;;; em-ls.el --- implementation of ls in Lisp |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index b258b0f9603..5f9d7524b6f 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-pred --- argument predicates and modifiers (ala zsh) | 1 | ;;; em-pred.el --- argument predicates and modifiers (ala zsh) |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
| @@ -58,6 +58,8 @@ ordinary strings." | |||
| 58 | ;; See the zsh docs for more on the syntax ([(zsh.info)Filename | 58 | ;; See the zsh docs for more on the syntax ([(zsh.info)Filename |
| 59 | ;; Generation]). | 59 | ;; Generation]). |
| 60 | 60 | ||
| 61 | ;;; Code: | ||
| 62 | |||
| 61 | ;;; User Variables: | 63 | ;;; User Variables: |
| 62 | 64 | ||
| 63 | (defcustom eshell-pred-load-hook '(eshell-pred-initialize) | 65 | (defcustom eshell-pred-load-hook '(eshell-pred-initialize) |
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index f94d244cab9..c0f179c12e3 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-prompt --- command prompts | 1 | ;;; em-prompt.el --- command prompts |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index b58b294aff1..c52617633c1 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-rebind --- rebind keys when point is at current input | 1 | ;;; em-rebind.el --- rebind keys when point is at current input |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index 0dcc4d42e51..af7250b553c 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-script --- Eshell script files | 1 | ;;; em-script.el --- Eshell script files |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el index 0d7810df9e2..fe787cd19e9 100644 --- a/lisp/eshell/em-smart.el +++ b/lisp/eshell/em-smart.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-smart --- smart display of output | 1 | ;;; em-smart.el --- smart display of output |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index c24fc993388..afd8e9596ef 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-term --- running visual commands | 1 | ;;; em-term.el --- running visual commands |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index ae5c04e3ab6..6db127a45f4 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-unix --- UNIX command aliases | 1 | ;;; em-unix.el --- UNIX command aliases |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 98d2cbf6cdb..427eed3c1e2 100644 --- a/lisp/eshell/em-xtra.el +++ b/lisp/eshell/em-xtra.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; em-xtra --- extra alias functions | 1 | ;;; em-xtra.el --- extra alias functions |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-arg.el b/lisp/eshell/esh-arg.el index 0b68bd69a0a..ff863042962 100644 --- a/lisp/eshell/esh-arg.el +++ b/lisp/eshell/esh-arg.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-arg --- argument processing | 1 | ;;; esh-arg.el --- argument processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 88096be13e2..c5c61d311ed 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-cmd --- command invocation | 1 | ;;; esh-cmd.el --- command invocation |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-ext.el b/lisp/eshell/esh-ext.el index 52ca3392a2c..691bbe6334d 100644 --- a/lisp/eshell/esh-ext.el +++ b/lisp/eshell/esh-ext.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-ext --- commands external to Eshell | 1 | ;;; esh-ext.el --- commands external to Eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index fabb85cce9b..7e927198c26 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-io --- I/O management | 1 | ;;; esh-io.el --- I/O management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-maint.el b/lisp/eshell/esh-maint.el index 89e50401c67..78de4e8ee0d 100644 --- a/lisp/eshell/esh-maint.el +++ b/lisp/eshell/esh-maint.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-maint --- init code for building eshell | 1 | ;;; esh-maint.el --- init code for building eshell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index aea8158c7ce..c284f6f3ffc 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-mode --- user interface | 1 | ;;; esh-mode.el --- user interface |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-module.el b/lisp/eshell/esh-module.el index f09f1ac7b24..176c6b33eeb 100644 --- a/lisp/eshell/esh-module.el +++ b/lisp/eshell/esh-module.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-module --- Eshell modules | 1 | ;;; esh-module.el --- Eshell modules |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index 6235c886599..85e30ca2180 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-opt --- command options processing | 1 | ;;; esh-opt.el --- command options processing |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el index dbe2e773524..d5ffa4c1c95 100644 --- a/lisp/eshell/esh-proc.el +++ b/lisp/eshell/esh-proc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-proc --- process management | 1 | ;;; esh-proc.el --- process management |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index acfb409da57..2e4d9c69bec 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-test --- Eshell test suite | 1 | ;;; esh-test.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 4edcb53761c..26de0a55eef 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-util --- general utilities | 1 | ;;; esh-util.el --- general utilities |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index fdb1ea106a8..9caa40ff6db 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; esh-var --- handling of variables | 1 | ;;; esh-var.el --- handling of variables |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||
diff --git a/lisp/eshell/eshell.el b/lisp/eshell/eshell.el index 4cccc7aea40..1ac4d6fb43a 100644 --- a/lisp/eshell/eshell.el +++ b/lisp/eshell/eshell.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; eshell --- the Emacs command shell | 1 | ;;; eshell.el --- the Emacs command shell |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation | 3 | ;; Copyright (C) 1999, 2000 Free Software Foundation |
| 4 | 4 | ||