aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl-extra.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-04-16 15:20:42 -0400
committerGlenn Morris <[email protected]>2012-04-16 15:20:42 -0400
commitbf350d6a5988d8098f88c39788b50a7a1701918a (patch)
treed3e0678da2d14ac0cc89dff3dc784e5a320cd61d /lisp/emacs-lisp/cl-extra.el
parent0e829eabcd269467345002ad3d7e3b40e3fbd550 (diff)
* lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.
Diffstat (limited to 'lisp/emacs-lisp/cl-extra.el')
-rw-r--r--lisp/emacs-lisp/cl-extra.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el
index 9ac5ce7d2f..9a3d8cf705 100644
--- a/lisp/emacs-lisp/cl-extra.el
+++ b/lisp/emacs-lisp/cl-extra.el
@@ -1,6 +1,6 @@
;;; cl-extra.el --- Common Lisp features, part 2
-;; Copyright (C) 1993, 2000-2012 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 2000-2012 Free Software Foundation, Inc.
;; Author: Dave Gillespie <[email protected]>
;; Keywords: extensions
@@ -430,7 +430,6 @@ With two arguments, return rounding and remainder of their quotient."
;; Random numbers.
-(defvar *random-state*)
;;;###autoload
(defun random* (lim &optional state)
"Return a random nonnegative number less than LIM, an integer or float.