diff options
author | John Wiegley <johnw@newartisans.com> | 2001-06-09 05:23:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2001-06-09 05:23:38 +0000 |
commit | 4c6a53caf7e1d02f2ad213d9b47b758d36455d2e (patch) | |
tree | 9ce3e3fd3856419c4a890c667fe121cc49c20034 /lisp/eshell/em-pred.el | |
parent | 0f056ec15102f2beadef0bc110605b652c2ed252 (diff) | |
download | emacs-4c6a53caf7e1d02f2ad213d9b47b758d36455d2e.tar.gz emacs-4c6a53caf7e1d02f2ad213d9b47b758d36455d2e.tar.bz2 emacs-4c6a53caf7e1d02f2ad213d9b47b758d36455d2e.zip |
Removed an empty comment.
Diffstat (limited to 'lisp/eshell/em-pred.el')
-rw-r--r-- | lisp/eshell/em-pred.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/eshell/em-pred.el b/lisp/eshell/em-pred.el index 5ef412199d8..b258b0f9603 100644 --- a/lisp/eshell/em-pred.el +++ b/lisp/eshell/em-pred.el @@ -599,6 +599,4 @@ that 'ls -l' will show in the first column of its display. " (lambda (str) (split-string str ,sep))) lst)))) -;;; Code: - ;;; em-pred.el ends here |