changeset 4685:3bf9019e5c39

require 'shell
author Noah Friedman <friedman@splode.com>
date Thu, 09 Sep 1993 04:31:05 +0000
parents 23b11c3b86b3
children 3ddc8e2be5d7
files lisp/rlogin.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rlogin.el	Wed Sep 08 19:06:01 1993 +0000
+++ b/lisp/rlogin.el	Thu Sep 09 04:31:05 1993 +0000
@@ -27,6 +27,7 @@
 ;;; Code:
 
 (require 'comint)
+(require 'shell)
 
 ;;;###autoload
 (defvar rlogin-program "rlogin"