1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-08 15:35:02 +00: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,5 +1,8 @@
2012-04-16 Glenn Morris <rgm@gnu.org>
* emacs-lisp/cl-extra.el (*random-state*):
Remove unnecessary declaration.
* calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
* play/cookie1.el (cookie-snarf):

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.