emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/vms-pmail.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/vms-pmail.el,v
Date: Mon, 22 Oct 2007 02:37:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/22 02:37:15

Index: mail/vms-pmail.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/vms-pmail.el,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- mail/vms-pmail.el   26 Jul 2007 05:27:14 -0000      1.16
+++ mail/vms-pmail.el   22 Oct 2007 02:37:14 -0000      1.17
@@ -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"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]