X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b578f267af27af50e3c091f8c9c9eee939b69978..2a1e88faed05db277f3c0f95d20dff8c198b1b2c:/lisp/talk.el diff --git a/lisp/talk.el b/lisp/talk.el index 0baedeb301..bbe9c949dd 100644 --- a/lisp/talk.el +++ b/lisp/talk.el @@ -1,7 +1,8 @@ -;;; 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. +;; Maintainer: FSF ;; Keywords: comm, frames ;; This file is part of GNU Emacs. @@ -98,4 +99,7 @@ Select the first of these windows, displaying the first of the buffers." (select-window (frame-first-window frame))) (select-frame old-frame)))) +(provide 'talk) + +;;; arch-tag: 7ab0ad88-1788-4886-a44c-ae685e6f8a1a ;;; talk.el ends here