diff lisp/eshell/esh-var.el @ 101347:d1ba3386e97a

Comment (header format fix).
author Glenn Morris <rgm@gnu.org>
date Thu, 22 Jan 2009 06:33:06 +0000
parents a9dc0e7c3f2b
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/eshell/esh-var.el	Thu Jan 22 04:56:40 2009 +0000
+++ b/lisp/eshell/esh-var.el	Thu Jan 22 06:33:06 2009 +0000
@@ -104,6 +104,8 @@
 ;; contains the exit code of the last command (0 or 1 for Lisp
 ;; functions, based on successful completion).
 
+;;; Code:
+
 (provide 'esh-var)
 
 (eval-when-compile
@@ -651,7 +653,5 @@
       (setq pcomplete-stub (substring arg pos))
       (throw 'pcomplete-completions (pcomplete-entries)))))
 
-;;; Code:
-
 ;; arch-tag: 393654fe-bdad-4f27-9a10-b1472ded14cf
 ;;; esh-var.el ends here