From: Roland McGrath Date: Thu, 8 Jul 1993 21:14:43 +0000 (+0000) Subject: (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as X-Git-Tag: emacs-19.34~11817 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=650d6486791da9245dc2252056c6508d5a663b75;p=emacs.git (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as end-of-buffer. --- 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))