]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide 'rlogin.
authorNoah Friedman <friedman@splode.com>
Mon, 23 Jun 1997 08:22:53 +0000 (08:22 +0000)
committerNoah Friedman <friedman@splode.com>
Mon, 23 Jun 1997 08:22:53 +0000 (08:22 +0000)
lisp/rlogin.el

index 05e109e65f31074c5c7e02126eaf0f4366d64f46..76b8626963bf013bbfea55085dd8008f4cd039d9 100644 (file)
@@ -6,6 +6,8 @@
 ;; Maintainer: Noah Friedman <friedman@prep.ai.mit.edu>
 ;; Keywords: unix, comm
 
+;; $Id: rlogin.el,v 1.39 1997/05/05 01:00:35 rms Exp $
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -23,8 +25,6 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
-;; $Id: rlogin.el,v 1.38 1997/04/15 10:39:07 friedman Exp rms $
-
 ;;; Commentary:
 
 ;; Support for remote logins using `rlogin'.
@@ -365,4 +365,6 @@ Delete ARG characters forward, or send a C-d to process if at end of buffer."
       (comint-dynamic-complete)
     (insert "\C-i")))
 
+(provide 'rlogin)
+
 ;;; rlogin.el ends here