]> code.delx.au - gnu-emacs/blobdiff - lisp/talk.el
(save-abbrevs, save-some-buffers): Don't ask the user
[gnu-emacs] / lisp / talk.el
index 0baedeb301eb435278e4feaffd039ed1e1155d39..4761ef03cf994f4b63db18716f4cfe64ab471c12 100644 (file)
@@ -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.
 
@@ -98,4 +98,6 @@ Select the first of these windows, displaying the first of the buffers."
          (select-window (frame-first-window frame)))
       (select-frame old-frame))))
 
+(provide 'talk)
+
 ;;; talk.el ends here