From: Bastien Guerry Date: Mon, 1 Oct 2012 05:41:14 +0000 (+0200) Subject: Remove duplicate ChangeLog entry. X-Git-Tag: emacs-24.2.90~241^2~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6ea35a7a89f45cd09c442a983089928974c9505;p=emacs.git Remove duplicate ChangeLog entry. Thanks to Glenn Morris for pointing at this. --- diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index e33b87c76cd..066ebf3e6e0 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog @@ -21,12 +21,6 @@ `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove second declaration for `ess-local-process-name´. - * org-id.el: Do not use (random t), we just want a new random - number, not a re-seeding of the PRNG for which (random t) doesn't - provide enough entropy anyway. Even if (random) would always - produce the same sequence, the other components going into the MD5 - hash ensure that the result will be unique. - * org-gnus.el: Add a missing require for gnus-util. * org-compat.el: Rename utils to make throughout.