Skip to content

Commit

Permalink
Some fixes to follow coding conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pj committed Jul 15, 2001
1 parent ab79a28 commit c21960b
Show file tree
Hide file tree
Showing 29 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
4 changes: 3 additions & 1 deletion 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

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion em-prompt.el
@@ -1,4 +1,4 @@
;;; em-prompt --- command prompts
;;; em-prompt.el --- command prompts

;; Copyright (C) 1999, 2000 Free Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion esh-arg.el
@@ -1,4 +1,4 @@
;;; esh-arg --- argument processing
;;; esh-arg.el --- argument processing

;; Copyright (C) 1999, 2000 Free Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion esh-cmd.el
@@ -1,4 +1,4 @@
;;; esh-cmd --- command invocation
;;; esh-cmd.el --- command invocation

;; Copyright (C) 1999, 2000 Free Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion esh-mode.el
@@ -1,4 +1,4 @@
;;; esh-mode --- user interface
;;; esh-mode.el --- user interface

;; Copyright (C) 1999, 2000 Free Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion esh-module.el
@@ -1,4 +1,4 @@
;;; esh-module --- Eshell modules
;;; esh-module.el --- Eshell modules

;; Copyright (C) 1999, 2000 Free Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion esh-proc.el
@@ -1,4 +1,4 @@
;;; esh-proc --- process management
;;; esh-proc.el --- process management

;; Copyright (C) 1999, 2000 Free Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion esh-util.el
@@ -1,4 +1,4 @@
;;; esh-util --- general utilities
;;; esh-util.el --- general utilities

;; Copyright (C) 1999, 2000, 2001 Free Software Foundation

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion eshell.el
@@ -1,4 +1,4 @@
;;; eshell --- the Emacs command shell
;;; eshell.el --- the Emacs command shell

;; Copyright (C) 1999, 2000 Free Software Foundation

Expand Down

0 comments on commit c21960b

Please sign in to comment.