emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107937: * lisp/emacs-lisp/cl-extr


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107937: * lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary declaration.
Date: Fri, 02 Nov 2012 01:58:13 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 107937
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-04-16 15:20:42 -0400
message:
  * lisp/emacs-lisp/cl-extra.el (*random-state*): Remove unnecessary 
declaration.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/cl-extra.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-16 19:18:36 +0000
+++ b/lisp/ChangeLog    2012-04-16 19:20:42 +0000
@@ -1,5 +1,8 @@
 2012-04-16  Glenn Morris  <address@hidden>
 
+       * 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):

=== modified file 'lisp/emacs-lisp/cl-extra.el'
--- a/lisp/emacs-lisp/cl-extra.el       2012-01-19 07:21:25 +0000
+++ b/lisp/emacs-lisp/cl-extra.el       2012-04-16 19:20:42 +0000
@@ -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 <address@hidden>
 ;; Keywords: extensions
@@ -430,7 +430,6 @@
 
 ;; Random numbers.
 
-(defvar *random-state*)
 ;;;###autoload
 (defun random* (lim &optional state)
   "Return a random nonnegative number less than LIM, an integer or float.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]