]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:20:42 +0000 (15:20 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:20:42 +0000 (15:20 -0400)
lisp/ChangeLog
lisp/emacs-lisp/cl-extra.el

index 49509ae5624a2ecc3d7bdb3fd00282a44bbd5f0b..8e85dd3c8c894ccc87104d711b72688740732ccb 100644 (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):
index 9ac5ce7d2f078d20a927f6f81363b8b406ca39fb..9a3d8cf705b23a880261b2c5850d705e368b6793 100644 (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.