aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-12-21 16:13:06 +0000
committerGerd Moellmann <[email protected]>2000-12-21 16:13:06 +0000
commit338f62706fe67e345a47354f5a29520bada14e66 (patch)
tree978c04ed38817cf8599a4eb1c9a09d1eec4a77fb /lisp/play
parent177f4e888dc00efe11581ec377c82c8d37f40e02 (diff)
(lm): Use interactive spec `P'.
(toplevel): Don't set debug-on-error.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/landmark.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index a560b02619..68fa876e4b 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -1,6 +1,6 @@
;;; landmark.el --- neural-network robot that learns landmarks
-;; Copyright (c) 1996, 1997 Free Software Foundation, Inc.
+;; Copyright (c) 1996, 1997, 2000 Free Software Foundation, Inc.
;; Author: Terrence Brannon <[email protected]>
;; Created: December 16, 1996 - first release to usenet
@@ -54,8 +54,6 @@
;;; a single move, one moves east,west and south, then both east and
;;; west will be improved when they shouldn't
-;;; For further references see
-;;; http://rana.usc.edu:8376/~brannon/warez/yours-truly/lm/
;;; Many thanks to Yuri Pryadkin ([email protected]) for this
;;; concise problem description.
@@ -1117,8 +1115,6 @@ this program to add a random element to the way moves were made.")
;;;_* Terry's mods to create lm.el
-;;;_ + Debugging things
-(setq debug-on-error t)
;;;(setq lm-debug nil)
(defvar lm-debug nil
"If non-nil, debugging is printed.")
@@ -1655,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)