diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-16 15:20:42 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-16 15:20:42 -0400 |
commit | bf350d6a5988d8098f88c39788b50a7a1701918a (patch) | |
tree | d3e0678da2d14ac0cc89dff3dc784e5a320cd61d /lisp/emacs-lisp | |
parent | 0e829eabcd269467345002ad3d7e3b40e3fbd550 (diff) | |
download | emacs-bf350d6a5988d8098f88c39788b50a7a1701918a.tar.gz emacs-bf350d6a5988d8098f88c39788b50a7a1701918a.tar.bz2 emacs-bf350d6a5988d8098f88c39788b50a7a1701918a.zip |
* lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-extra.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el index 9ac5ce7d2f0..9a3d8cf705b 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 <daveg@synaptics.com> ;; 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. |