projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c7c82
)
Remove duplicate cl--random-state definition
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 14 Jul 2017 09:47:30 +0000
(
02:47
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 14 Jul 2017 09:47:48 +0000
(
02:47
-0700)
* lisp/emacs-lisp/cl-lib.el (cl--random-state): Remove.
This variable is now defined in cl-extra.el (Bug#27617).
lisp/emacs-lisp/cl-lib.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-lib.el
b/lisp/emacs-lisp/cl-lib.el
index 936c852526cba75b3bc2bc96d3a6dad892638781..3c9c622301801a4011d920266496eeb440c65017 100644
(file)
--- a/
lisp/emacs-lisp/cl-lib.el
+++ b/
lisp/emacs-lisp/cl-lib.el
@@
-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.