Variable: landmark-max-stall-time
landmark-max-stall-time is a customizable variable defined in
landmark.el.gz.
Value
2
Documentation
The maximum number of cycles that the robot can remain stuck in a place.
After this limit is reached, landmark-random-move is called to push him out of it.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defcustom landmark-max-stall-time 2
"The maximum number of cycles that the robot can remain stuck in a place.
After this limit is reached, landmark-random-move is called to
push him out of it."
:type 'integer)