comparison lisp/mail/vms-pmail.el @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 253f761ad37b
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
1 ;;; vms-pmail.el --- use Emacs as the editor within VMS mail 1 ;;; vms-pmail.el --- use Emacs as the editor within VMS mail
2 2
3 ;; Copyright (C) 1992 Free Software Foundation, Inc. 3 ;; Copyright (C) 1992, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5 ;; Author: Roland B Roberts <roberts@panix.com> 5 ;; Author: Roland B Roberts <roberts@panix.com>
6 ;; Maintainer: FSF 6 ;; Maintainer: FSF
7 ;; Keywords: vms 7 ;; Keywords: vms
8 8
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
20 20
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02110-1301, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;;; Code: 28 ;;; Code:
29 29
117 (if (file-attributes "~/.signature") 117 (if (file-attributes "~/.signature")
118 (insert-file-contents "~/.signature"))))) 118 (insert-file-contents "~/.signature")))))
119 119
120 (provide 'vms-pmail) 120 (provide 'vms-pmail)
121 121
122 ;;; arch-tag: 336850fc-7812-4663-8e4d-b9c13f47dce1
122 ;;; vms-pmail.el ends here 123 ;;; vms-pmail.el ends here