diff options
Diffstat (limited to 'connection.el')
-rw-r--r-- | connection.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connection.el b/connection.el index e92a9ff..0a284bc 100644 --- a/connection.el +++ b/connection.el @@ -2,7 +2,7 @@ ;; Author: Torsten Hilbrich <Torsten.Hilbrich@gmx.net> ;; Keywords: network -;; $Id: connection.el,v 1.7 2001/04/26 16:56:21 torsten Exp $ +;; $Id: connection.el,v 1.7 2001/04/26 16:56:21 torsten Exp torsten $ ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -149,4 +149,4 @@ nil: argument is no connection object "Read until a line is consisting of a single point" (connection-read connection "\015?\012[.]\015?\012")) -(provide 'connection)
\ No newline at end of file +(provide 'connection) |