aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorBastien Guerry2012-10-01 07:41:14 +0200
committerBastien Guerry2012-10-01 07:41:14 +0200
commitc6ea35a7a89f45cd09c442a983089928974c9505 (patch)
tree22ee5e4e239ecee32acd812ee4fbfe3ee268b534 /lisp
parentdbf8aaa7236db8f7ee52b57502b1db2ef8e538f4 (diff)
downloademacs-c6ea35a7a89f45cd09c442a983089928974c9505.tar.gz
emacs-c6ea35a7a89f45cd09c442a983089928974c9505.zip
Remove duplicate ChangeLog entry.
Thanks to Glenn Morris for pointing at this.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/org/ChangeLog6
1 files changed, 0 insertions, 6 deletions
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 @@
21 `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove 21 `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove
22 second declaration for `ess-local-process-name´. 22 second declaration for `ess-local-process-name´.
23 23
24 * org-id.el: Do not use (random t), we just want a new random
25 number, not a re-seeding of the PRNG for which (random t) doesn't
26 provide enough entropy anyway. Even if (random) would always
27 produce the same sequence, the other components going into the MD5
28 hash ensure that the result will be unique.
29
30 * org-gnus.el: Add a missing require for gnus-util. 24 * org-gnus.el: Add a missing require for gnus-util.
31 25
32 * org-compat.el: Rename utils to make throughout. 26 * org-compat.el: Rename utils to make throughout.