summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-proc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell/esh-proc.el')
-rw-r--r--lisp/eshell/esh-proc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-proc.el b/lisp/eshell/esh-proc.el
index 54689516fba..0aa7d44190c 100644
--- a/lisp/eshell/esh-proc.el
+++ b/lisp/eshell/esh-proc.el
@@ -22,6 +22,8 @@
;;; Commentary:
+;;; Code:
+
(provide 'esh-proc)
(eval-when-compile
@@ -524,7 +526,5 @@ See the variable `eshell-kill-processes-on-exit'."
(eshell-send-input nil nil t)
(eshell-process-interact 'process-send-eof))
-;;; Code:
-
;; arch-tag: ac477a3e-ee4d-4b44-8ec6-212010e607bb
;;; esh-proc.el ends here