]> git.eshelyaron.com Git - emacs.git/commitdiff
(lm): Use "p" not "P" for interactive spec.
authorRichard M. Stallman <rms@gnu.org>
Sun, 20 May 2001 17:18:41 +0000 (17:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 20 May 2001 17:18:41 +0000 (17:18 +0000)
lisp/ChangeLog
lisp/play/landmark.el

index 57b865e7c716ae718126c4d9d91b398acb8818be..f70c73a9df5f5ed5815fa5ad467ee0a32f81dda5 100644 (file)
@@ -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
index 68fa876e4b10619397f7b62bd2413bc628445909..02a6dbc6942bbdbfa9dd4e93c9e2ed45b40f7359 100644 (file)
@@ -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)