Function: obarray-clear

obarray-clear is a byte-compiled function defined in compat-30.el.

Signature

(obarray-clear OB)

Documentation

[Compatibility function for obarray-clear, defined in Emacs 30.1. See (compat)
Emacs 30.1' for more details.]

Remove all symbols from obarray OB.

Source Code

;; Defined in ~/.emacs.d/elpa/compat-30.1.0.1/compat-30.el
;;;; Defined in lread.c

(compat-defun obarray-clear (ob) ;; <compat-tests:obarray-clear>
  "Remove all symbols from obarray OB."
  (fillarray ob 0))