diff options
Diffstat (limited to 'lisp/mail/vms-pmail.el')
-rw-r--r-- | lisp/mail/vms-pmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/vms-pmail.el b/lisp/mail/vms-pmail.el index e4bbefa7385..ca42eb5117b 100644 --- a/lisp/mail/vms-pmail.el +++ b/lisp/mail/vms-pmail.el @@ -1,3 +1,4 @@ +;; -*- no-byte-compile: t -*- ;;; vms-pmail.el --- use Emacs as the editor within VMS mail ;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005, @@ -110,7 +111,7 @@ First try the file indicated by environment variable MAIL$TRAILER. If that fails, try the file \"~/.signature\". If neither file exists, fails quietly." (interactive) - (end-of-buffer) + (goto-char (point-max)) (newline) (if (vms-system-info "LOGICAL" "MAIL$TRAILER") (if (file-attributes (vms-system-info "LOGICAL" "MAIL$TRAILER")) |