Mercurial > emacs
changeset 18419:9880156cf5b6
Provide 'rlogin.
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Mon, 23 Jun 1997 08:22:53 +0000 |
parents | da941474d947 |
children | 2de852dd7271 |
files | lisp/rlogin.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/rlogin.el Mon Jun 23 08:21:26 1997 +0000 +++ b/lisp/rlogin.el Mon Jun 23 08:22:53 1997 +0000 @@ -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 @@ (comint-dynamic-complete) (insert "\C-i"))) +(provide 'rlogin) + ;;; rlogin.el ends here