Function: landmark-update-naught-weights

landmark-update-naught-weights is a byte-compiled function defined in landmark.el.gz.

Signature

(landmark-update-naught-weights DIRECTION)

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/landmark.el.gz
(defun landmark-update-naught-weights (direction)
  (mapc (lambda (_target-direction)
	     (put direction 'w0
		  (landmark-f
		   (+
		    (get direction 'w0)
		    (* landmark-c-naught
		       (- (get 'z 't) (get 'z 't-1))
		       (get direction 'y_t))))))
	  landmark-directions))