mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Remove duplicate cl--random-state definition
* lisp/emacs-lisp/cl-lib.el (cl--random-state): Remove. This variable is now defined in cl-extra.el (Bug#27617).
This commit is contained in:
parent
05c7c8278e
commit
6443a95ad7
1 changed files with 0 additions and 3 deletions
|
|
@ -293,9 +293,6 @@ If true return the decimal value of digit CHAR in RADIX."
|
|||
(while (>= (cl-decf i) 0) (setq v (+ (* v 3) (aref time i))))
|
||||
v))
|
||||
|
||||
(defvar cl--random-state
|
||||
(vector 'cl--random-state-tag -1 30 (cl--random-time)))
|
||||
|
||||
(defconst cl-most-positive-float nil
|
||||
"The largest value that a Lisp float can hold.
|
||||
If your system supports infinities, this is the largest finite value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue