# HG changeset patch # User Gerd Moellmann # Date 977415186 0 # Node ID 294c98d5718b0d1500ad5c3ea7ed99f01c430357 # Parent 88b250e1938225715f13e804a66cd5b3a73a4b23 (lm): Use interactive spec `P'. (toplevel): Don't set debug-on-error. diff -r 88b250e19382 -r 294c98d5718b lisp/play/landmark.el --- a/lisp/play/landmark.el Thu Dec 21 15:58:48 2000 +0000 +++ b/lisp/play/landmark.el Thu Dec 21 16:13:06 2000 +0000 @@ -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 ;; 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 (yuri@rana.usc.edu) for this ;;; concise problem description. @@ -1117,8 +1115,6 @@ ;;;_* 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 @@ 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)