From 650d6486791da9245dc2252056c6508d5a663b75 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 8 Jul 1993 21:14:43 +0000 Subject: [PATCH] (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as end-of-buffer. --- lisp/mail/mailabbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index b2e7429147c..decae9a5811 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -548,7 +548,7 @@ With arg N, put point N/10 of the way from the true end. 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)) -- 2.39.5