]> code.delx.au - gnu-emacs/blobdiff - lisp/talk.el
(gs-options): Add -dSAFER. Mark it risky.
[gnu-emacs] / lisp / talk.el
index 0baedeb301eb435278e4feaffd039ed1e1155d39..bbe9c949ddeea74d0884c2872d76d2c5336ecb10 100644 (file)
@@ -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