(lm): Use "p" not "P" for interactive spec.
This commit is contained in:
parent
2382b29dd3
commit
65569e52bb
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2001-05-20 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* 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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue