summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-pred.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
commit60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch)
tree29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/eshell/em-pred.el
parent715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff)
downloademacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz
emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.bz2
emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.zip
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/eshell/em-pred.el')
-rw-r--r--lisp/eshell/em-pred.el4
1 files changed, 3 insertions, 1 deletions
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 @@
-;;; 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)