Variable: ccl-assign-arith-table

ccl-assign-arith-table is a variable defined in ccl.el.gz.

Value

[+= -= *= /= %= &= |= ^= <<= >>= <8= >8= //=]

Documentation

Vector of CCL assignment operators (symbols).

Source Code

;; Defined in /usr/src/emacs/lisp/international/ccl.el.gz
(defconst ccl-assign-arith-table
  [+= -= *= /= %= &= |= ^= <<= >>= <8= >8= //=]
  "Vector of CCL assignment operators (symbols).")