diff options
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 91d480e56fd..93bed741388 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -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 @@ This is a good place to put keybindings.") ;;; liked them; I don't think anyone used them. (provide 'comint) + +;;; comint.el ends here |