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:
parent
0e829eabcd
commit
bf350d6a59
@ -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):
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user