diff lisp/ChangeLog @ 5312:f6471e4ae703

Avoid some dynamic scope stupidity in interpreted code, #'notany, #'notevery. 2010-12-29 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el (notany, notevery): Avoid some dynamic scope stupidity with local variable names in these functions, when they weren't prefixed with cl-; go into some more detail in the doc strings.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 29 Dec 2010 23:38:38 +0000
parents 07d24b1f27a7
children 5ed261fd2bd9
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Dec 29 23:25:52 2010 +0000
+++ b/lisp/ChangeLog	Wed Dec 29 23:38:38 2010 +0000
@@ -1,3 +1,10 @@
+2010-12-29  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* cl-extra.el (notany, notevery): Avoid some dynamic scope
+	stupidity with local variable names in these functions, when they
+	weren't prefixed with cl-; go into some more detail in the doc
+	strings.
+
 2010-12-29  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* byte-optimize.el (side-effect-free-fns): #'remove, #'remq are