]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-abbrev-end-of-buffer): Fix interactive spec to "P", same as
authorRoland McGrath <roland@gnu.org>
Thu, 8 Jul 1993 21:14:43 +0000 (21:14 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 8 Jul 1993 21:14:43 +0000 (21:14 +0000)
end-of-buffer.

lisp/mail/mailabbrev.el

index b2e7429147cc61876ebb7af159a272d7d114d844..decae9a5811cdab4d8b31ff45ce83c0a719dee06 100644 (file)
@@ -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))