changeset 5660:796f2a8fdced

Remove a stray parenthesis, cl-macs.el; thank you Vin! 2012-05-08 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (rassoc): Remove a stray parenthesis here, thank you Vin!
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 08 May 2012 09:34:14 +0100
parents e63bb7b22c8f
children 6e5a7278f9bf
files lisp/ChangeLog lisp/cl-macs.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon May 07 17:56:24 2012 +0100
+++ b/lisp/ChangeLog	Tue May 08 09:34:14 2012 +0100
@@ -1,3 +1,8 @@
+2012-05-08  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* cl-macs.el (rassoc): Remove a stray parenthesis here, thank you
+	Vin!
+
 2012-05-06  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (block): Comment on why we can't use &environment
--- a/lisp/cl-macs.el	Mon May 07 17:56:24 2012 +0100
+++ b/lisp/cl-macs.el	Tue May 08 09:34:14 2012 +0100
@@ -3265,7 +3265,7 @@
                             (cl-const-expr-val list '((nil . 1.0)))
                             :key #'cl-cdr-or-pi)))
       (cons 'rassq (cdr form))
-    form)))
+    form))
 
 (macrolet
     ((define-star-compiler-macros (&rest macros)