diff lisp/eshell/em-pred.el @ 38414:67b464da13ec

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 19:53:53 +0000
parents 13be8065f0ca
children 7c5bd619612f
line wrap: on
line diff
--- a/lisp/eshell/em-pred.el	Sun Jul 15 17:42:53 2001 +0000
+++ b/lisp/eshell/em-pred.el	Sun Jul 15 19:53:53 2001 +0000
@@ -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 @@
 ;; See the zsh docs for more on the syntax ([(zsh.info)Filename
 ;; Generation]).
 
+;;; Code:
+
 ;;; User Variables:
 
 (defcustom eshell-pred-load-hook '(eshell-pred-initialize)