changeset 4034:9e585b42806d

(mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as end-of-buffer.
author Roland McGrath <roland@gnu.org>
date Thu, 08 Jul 1993 21:14:43 +0000
parents 431bc7d22c70
children 465be43d8c05
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el	Thu Jul 08 21:10:59 1993 +0000
+++ b/lisp/mail/mailabbrev.el	Thu Jul 08 21:14:43 1993 +0000
@@ -548,7 +548,7 @@
 
 Don't use this command in Lisp programs!
 \(goto-char (point-max)) is faster and avoids clobbering the mark."
-  (interactive "p")
+  (interactive "P")
   (if (looking-at "[ \t]*\n") (expand-abbrev))
   (setq this-command 'end-of-buffer)
   (end-of-buffer arg))