From c21960b9ce3bb997c5d308b91ab2af88276cb2a3 Mon Sep 17 00:00:00 2001 From: pj Date: Sun, 15 Jul 2001 19:53:52 +0000 Subject: [PATCH] Some fixes to follow coding conventions. --- em-alias.el | 2 +- em-banner.el | 2 +- em-basic.el | 2 +- em-cmpl.el | 2 +- em-dirs.el | 2 +- em-glob.el | 2 +- em-hist.el | 2 +- em-ls.el | 2 +- em-pred.el | 4 +++- em-prompt.el | 2 +- em-rebind.el | 2 +- em-script.el | 2 +- em-smart.el | 2 +- em-term.el | 2 +- em-unix.el | 2 +- em-xtra.el | 2 +- esh-arg.el | 2 +- esh-cmd.el | 2 +- esh-ext.el | 2 +- esh-io.el | 2 +- esh-maint.el | 2 +- esh-mode.el | 2 +- esh-module.el | 2 +- esh-opt.el | 2 +- esh-proc.el | 2 +- esh-test.el | 2 +- esh-util.el | 2 +- esh-var.el | 2 +- eshell.el | 2 +- 29 files changed, 31 insertions(+), 29 deletions(-) diff --git a/em-alias.el b/em-alias.el index d6d1ba0..0dd908b 100644 --- a/em-alias.el +++ b/em-alias.el @@ -1,4 +1,4 @@ -;;; em-alias --- creation and management of command aliases +;;; em-alias.el --- creation and management of command aliases ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-banner.el b/em-banner.el index 90d59f3..dc5f52b 100644 --- a/em-banner.el +++ b/em-banner.el @@ -1,4 +1,4 @@ -;;; em-banner --- sample module that displays a login banner +;;; em-banner.el --- sample module that displays a login banner ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-basic.el b/em-basic.el index 52afff1..49947ee 100644 --- a/em-basic.el +++ b/em-basic.el @@ -1,4 +1,4 @@ -;;; em-basic --- basic shell builtin commands +;;; em-basic.el --- basic shell builtin commands ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-cmpl.el b/em-cmpl.el index 3b620b0..14407a8 100644 --- a/em-cmpl.el +++ b/em-cmpl.el @@ -1,4 +1,4 @@ -;;; em-cmpl --- completion using the TAB key +;;; em-cmpl.el --- completion using the TAB key ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-dirs.el b/em-dirs.el index 89d4a40..140dc21 100644 --- a/em-dirs.el +++ b/em-dirs.el @@ -1,4 +1,4 @@ -;;; em-dirs --- directory navigation commands +;;; em-dirs.el --- directory navigation commands ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-glob.el b/em-glob.el index f4f9ebb..0e82675 100644 --- a/em-glob.el +++ b/em-glob.el @@ -1,4 +1,4 @@ -;;; em-glob --- extended file name globbing +;;; em-glob.el --- extended file name globbing ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-hist.el b/em-hist.el index ef0a4b3..a5426f5 100644 --- a/em-hist.el +++ b/em-hist.el @@ -1,4 +1,4 @@ -;;; em-hist --- history list management +;;; em-hist.el --- history list management ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-ls.el b/em-ls.el index b7b0800..199c176 100644 --- a/em-ls.el +++ b/em-ls.el @@ -1,4 +1,4 @@ -;;; em-ls --- implementation of ls in Lisp +;;; em-ls.el --- implementation of ls in Lisp ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-pred.el b/em-pred.el index b258b0f..5f9d752 100644 --- a/em-pred.el +++ b/em-pred.el @@ -1,4 +1,4 @@ -;;; em-pred --- argument predicates and modifiers (ala zsh) +;;; em-pred.el --- argument predicates and modifiers (ala zsh) ;; Copyright (C) 1999, 2000 Free Software Foundation @@ -58,6 +58,8 @@ ordinary strings." ;; See the zsh docs for more on the syntax ([(zsh.info)Filename ;; Generation]). +;;; Code: + ;;; User Variables: (defcustom eshell-pred-load-hook '(eshell-pred-initialize) diff --git a/em-prompt.el b/em-prompt.el index f94d244..c0f179c 100644 --- a/em-prompt.el +++ b/em-prompt.el @@ -1,4 +1,4 @@ -;;; em-prompt --- command prompts +;;; em-prompt.el --- command prompts ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-rebind.el b/em-rebind.el index b58b294..c526176 100644 --- a/em-rebind.el +++ b/em-rebind.el @@ -1,4 +1,4 @@ -;;; em-rebind --- rebind keys when point is at current input +;;; em-rebind.el --- rebind keys when point is at current input ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-script.el b/em-script.el index 0dcc4d4..af7250b 100644 --- a/em-script.el +++ b/em-script.el @@ -1,4 +1,4 @@ -;;; em-script --- Eshell script files +;;; em-script.el --- Eshell script files ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-smart.el b/em-smart.el index 0d7810d..fe787cd 100644 --- a/em-smart.el +++ b/em-smart.el @@ -1,4 +1,4 @@ -;;; em-smart --- smart display of output +;;; em-smart.el --- smart display of output ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-term.el b/em-term.el index c24fc99..afd8e95 100644 --- a/em-term.el +++ b/em-term.el @@ -1,4 +1,4 @@ -;;; em-term --- running visual commands +;;; em-term.el --- running visual commands ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/em-unix.el b/em-unix.el index ae5c04e..6db127a 100644 --- a/em-unix.el +++ b/em-unix.el @@ -1,4 +1,4 @@ -;;; em-unix --- UNIX command aliases +;;; em-unix.el --- UNIX command aliases ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation diff --git a/em-xtra.el b/em-xtra.el index 98d2cbf..427eed3 100644 --- a/em-xtra.el +++ b/em-xtra.el @@ -1,4 +1,4 @@ -;;; em-xtra --- extra alias functions +;;; em-xtra.el --- extra alias functions ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-arg.el b/esh-arg.el index 0b68bd6..ff86304 100644 --- a/esh-arg.el +++ b/esh-arg.el @@ -1,4 +1,4 @@ -;;; esh-arg --- argument processing +;;; esh-arg.el --- argument processing ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-cmd.el b/esh-cmd.el index 88096be..c5c61d3 100644 --- a/esh-cmd.el +++ b/esh-cmd.el @@ -1,4 +1,4 @@ -;;; esh-cmd --- command invocation +;;; esh-cmd.el --- command invocation ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-ext.el b/esh-ext.el index 52ca339..691bbe6 100644 --- a/esh-ext.el +++ b/esh-ext.el @@ -1,4 +1,4 @@ -;;; esh-ext --- commands external to Eshell +;;; esh-ext.el --- commands external to Eshell ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-io.el b/esh-io.el index fabb85c..7e92719 100644 --- a/esh-io.el +++ b/esh-io.el @@ -1,4 +1,4 @@ -;;; esh-io --- I/O management +;;; esh-io.el --- I/O management ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-maint.el b/esh-maint.el index 89e5040..78de4e8 100644 --- a/esh-maint.el +++ b/esh-maint.el @@ -1,4 +1,4 @@ -;;; esh-maint --- init code for building eshell +;;; esh-maint.el --- init code for building eshell ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-mode.el b/esh-mode.el index aea8158..c284f6f 100644 --- a/esh-mode.el +++ b/esh-mode.el @@ -1,4 +1,4 @@ -;;; esh-mode --- user interface +;;; esh-mode.el --- user interface ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-module.el b/esh-module.el index f09f1ac..176c6b3 100644 --- a/esh-module.el +++ b/esh-module.el @@ -1,4 +1,4 @@ -;;; esh-module --- Eshell modules +;;; esh-module.el --- Eshell modules ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-opt.el b/esh-opt.el index 6235c88..85e30ca 100644 --- a/esh-opt.el +++ b/esh-opt.el @@ -1,4 +1,4 @@ -;;; esh-opt --- command options processing +;;; esh-opt.el --- command options processing ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-proc.el b/esh-proc.el index dbe2e77..d5ffa4c 100644 --- a/esh-proc.el +++ b/esh-proc.el @@ -1,4 +1,4 @@ -;;; esh-proc --- process management +;;; esh-proc.el --- process management ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-test.el b/esh-test.el index acfb409..2e4d9c6 100644 --- a/esh-test.el +++ b/esh-test.el @@ -1,4 +1,4 @@ -;;; esh-test --- Eshell test suite +;;; esh-test.el --- Eshell test suite ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/esh-util.el b/esh-util.el index 4edcb53..26de0a5 100644 --- a/esh-util.el +++ b/esh-util.el @@ -1,4 +1,4 @@ -;;; esh-util --- general utilities +;;; esh-util.el --- general utilities ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation diff --git a/esh-var.el b/esh-var.el index fdb1ea1..9caa40f 100644 --- a/esh-var.el +++ b/esh-var.el @@ -1,4 +1,4 @@ -;;; esh-var --- handling of variables +;;; esh-var.el --- handling of variables ;; Copyright (C) 1999, 2000 Free Software Foundation diff --git a/eshell.el b/eshell.el index 4cccc7a..1ac4d6f 100644 --- a/eshell.el +++ b/eshell.el @@ -1,4 +1,4 @@ -;;; eshell --- the Emacs command shell +;;; eshell.el --- the Emacs command shell ;; Copyright (C) 1999, 2000 Free Software Foundation