diff lisp/comint.el @ 662:8a533acedb77

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 23:54:21 +0000
parents 40b255f55df3
children c7d478752305
line wrap: on
line diff
--- a/lisp/comint.el	Sat May 30 23:52:26 1992 +0000
+++ b/lisp/comint.el	Sat May 30 23:54:21 1992 +0000
@@ -1,4 +1,5 @@
-;;; -*-Emacs-Lisp-*- General command interpreter in a window stuff
+;;; comint.el --- general command interpreter in a window stuff
+
 ;;; Copyright Olin Shivers (1988).
 
 ;;; This file is part of GNU Emacs.
@@ -1361,3 +1362,5 @@
 ;;;   liked them; I don't think anyone used them.
 
 (provide 'comint)
+
+;;; comint.el ends here