diff lisp/mail/vms-pmail.el @ 85529:84efd7d3c35e

* mail/vms-pmail.el (insert-signature): Don't use end-of-buffer. * tooltip.el: Use featurep 'xemacs. * printing.el: Move variable definitions before use, no code change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 22 Oct 2007 02:37:14 +0000
parents 8e27d63c45eb
children 2c08ad76fc1f 4bc33ffdda1a
line wrap: on
line diff
--- a/lisp/mail/vms-pmail.el	Mon Oct 22 02:15:02 2007 +0000
+++ b/lisp/mail/vms-pmail.el	Mon Oct 22 02:37:14 2007 +0000
@@ -110,7 +110,7 @@
 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"))