From: John Wiegley Date: Sat, 9 Jun 2001 05:23:38 +0000 (+0000) Subject: Removed an empty comment. X-Git-Tag: emacs-pretest-21.0.104~301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c6a53caf7e1d02f2ad213d9b47b758d36455d2e;p=emacs.git Removed an empty comment. --- 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