summaryrefslogtreecommitdiff
path: root/lisp/telnet.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 21:51:51 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-14 21:51:51 +0000
commit28239eb648f602d638a5e9532fd94634aea06d05 (patch)
tree9437299d840ece721d4a1fdae3f5c9a11672fd44 /lisp/telnet.el
parentf95a63275ceed2921456002fb439199afa338f9d (diff)
downloademacs-28239eb648f602d638a5e9532fd94634aea06d05.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/telnet.el')
-rw-r--r--lisp/telnet.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el
index ee11af6f63a..18546e99ce3 100644
--- a/lisp/telnet.el
+++ b/lisp/telnet.el
@@ -1,4 +1,9 @@
;;; telnet.el --- run a telnet session from within an Emacs buffer
+
+;; Author: William F. Schelter
+;; Maintainer: FSF
+;; Last-Modified: 16 Mar 1992
+
;;; Copyright (C) 1985, 1988, 1992 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -17,7 +22,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-;; Author William F. Schelter
+;;; Code:
;;to do fix software types for lispm:
;;to eval current expression. Also to try to send escape keys correctly.