Function: comp-cstr-negation-make

comp-cstr-negation-make is a byte-compiled function defined in comp-cstr.el.gz.

Signature

(comp-cstr-negation-make SRC)

Documentation

Negate SRC and return a new constraint.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-cstr.el.gz
(defun comp-cstr-negation-make (src)
  "Negate SRC and return a new constraint."
  (comp-cstr-negation (make-comp-cstr) src))