]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/vms-pmail.el
(comint-postoutput-scroll-to-bottom): Cope with unset
[gnu-emacs] / lisp / mail / vms-pmail.el
index 22091f30d7fa2af155c49a73424fbf1f02a863fc..a183b4e7648325e586abbf92b05e8b3295071f0e 100644 (file)
@@ -2,7 +2,7 @@
 
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
-;; Author: Roland B Roberts <roberts@nsrl31.nsrl.rochester.edu>
+;; Author: Roland B Roberts <roberts@panix.com>
 ;; Keywords: vms
 
 ;; This file is part of GNU Emacs.
@@ -18,8 +18,9 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
 
 ;;; Code:
 
@@ -113,4 +114,6 @@ If neither file exists, fails quietly."
        (if (file-attributes "~/.signature")
            (insert-file-contents "~/.signature")))))
 
+(provide 'vms-pmail)
+
 ;;; vms-pmail.el ends here