Function: peg--choicepoint-moved-p

peg--choicepoint-moved-p is a byte-compiled function defined in peg.el.gz.

Signature

(peg--choicepoint-moved-p CHOICEPOINT)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/peg.el.gz
;; Choicepoints are used for backtracking.  At a choicepoint we save
;; enough state, so that we can continue from there if needed.
(defun peg--choicepoint-moved-p (choicepoint)
  `(/= ,(car choicepoint) (point)))