From: Richard M. Stallman Date: Sun, 20 May 2001 17:18:41 +0000 (+0000) Subject: (lm): Use "p" not "P" for interactive spec. X-Git-Tag: emacs-pretest-21.0.104~418 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65569e52bb33a4bc38c414f562d0a02b58fe8e67;p=emacs.git (lm): Use "p" not "P" for interactive spec. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 57b865e7c71..f70c73a9df5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-05-20 Richard M. Stallman + * play/landmark.el (lm): Use "p" not "P" for interactive spec. + * mail/rmail.el (rmail-retry-failure): Do save-window-excursion. * info.el (Info-read-subfile): Widen before finding the diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index 68fa876e4b1..02a6dbc6942 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -1651,7 +1651,7 @@ none / 1 | yes | no You start by moving to a square and typing \\[lm-start-robot], if you did not use a prefix arg to ask for automatic start. Use \\[describe-mode] for more info." - (interactive "P") + (interactive "p") (setf lm-n nil lm-m nil) (lm-switch-to-window)