diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 19:53:53 +0000 |
commit | 60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch) | |
tree | 29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/talk.el | |
parent | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff) | |
download | emacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/talk.el')
-rw-r--r-- | lisp/talk.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/talk.el b/lisp/talk.el index a159b93311e..4761ef03cf9 100644 --- a/lisp/talk.el +++ b/lisp/talk.el @@ -1,4 +1,4 @@ -;;; talk.el --- Allow several users to talk to each other through Emacs. +;;; talk.el --- allow several users to talk to each other through Emacs ;; Copyright (C) 1995 Free Software Foundation, Inc. |