# HG changeset patch # User Roland McGrath # Date 742166083 0 # Node ID 9e585b42806df86bf0980608d12b1c7c8f3b8e03 # Parent 431bc7d22c70d8c885123b7c8e36840bee7cf765 (mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as end-of-buffer. diff -r 431bc7d22c70 -r 9e585b42806d lisp/mail/mailabbrev.el --- 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))