1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.

This commit is contained in:
Glenn Morris 2012-04-16 15:20:42 -04:00
parent 0e829eabcd
commit bf350d6a59
2 changed files with 4 additions and 2 deletions

View file

@ -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.