summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-opt.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-opt.el
parent08f17840b4482cc052ab783d6c0060c70732c0ed (diff)
downloademacs-8c7309fe0ba9b866e4ff929a59d08a6dfd39ceba.tar.gz
Comment (header format fix).
Diffstat (limited to 'lisp/eshell/esh-opt.el')
-rw-r--r--lisp/eshell/esh-opt.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el
index 2bb5e352135..2ffb09165f4 100644
--- a/lisp/eshell/esh-opt.el
+++ b/lisp/eshell/esh-opt.el
@@ -22,6 +22,8 @@
;;; Commentary:
+;;; Code:
+
(provide 'esh-opt)
(eval-when-compile (require 'esh-ext))
@@ -222,7 +224,5 @@ This assumes that symbols have been intern'd by `eshell-with-options'."
(setq index (1+ index)))))))))
args)
-;;; Code:
-
;; arch-tag: 45c6c2d0-8091-46a1-a205-2f4bafd8230c
;;; esh-opt.el ends here