summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-var.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-01-22 06:33:06 +0000
committerGlenn Morris <rgm@gnu.org>2009-01-22 06:33:06 +0000
commit8c7309fe0ba9b866e4ff929a59d08a6dfd39ceba (patch)
tree6a3f8e12f7ed68565d6b31cf0b59b585e1a9d7a1 /lisp/eshell/esh-var.el
parent08f17840b4482cc052ab783d6c0060c70732c0ed (diff)
downloademacs-8c7309fe0ba9b866e4ff929a59d08a6dfd39ceba.tar.gz
Comment (header format fix).
Diffstat (limited to 'lisp/eshell/esh-var.el')
-rw-r--r--lisp/eshell/esh-var.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el
index 4e3fda73afb..22aa0ca4a64 100644
--- a/lisp/eshell/esh-var.el
+++ b/lisp/eshell/esh-var.el
@@ -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 @@ For example, to retrieve the second element of a user's record in
(setq pcomplete-stub (substring arg pos))
(throw 'pcomplete-completions (pcomplete-entries)))))
-;;; Code:
-
;; arch-tag: 393654fe-bdad-4f27-9a10-b1472ded14cf
;;; esh-var.el ends here