diff lisp/ChangeLog @ 5524:e05d98bf9644

Style and indentation corrections, behavior.el. 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> * behavior.el (enable-behavior): * behavior.el (disable-behavior): Remove a couple of redundant lambdas here, and remove a cond clause that was never tripped (because nil is a list.) * behavior.el (behavior-menu-filter): Correct some indentation here.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 19 Jun 2011 19:15:52 +0100
parents 810b77562486
children 2a6a8da4dd7c
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jun 19 19:03:39 2011 +0100
+++ b/lisp/ChangeLog	Sun Jun 19 19:15:52 2011 +0100
@@ -1,3 +1,12 @@
+2011-06-19  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* behavior.el (enable-behavior):
+	* behavior.el (disable-behavior):
+	Remove a couple of redundant lambdas here, and remove a cond
+	clause that was never tripped (because nil is a list.)
+	* behavior.el (behavior-menu-filter):
+	Correct some indentation here.
+
 2011-06-19  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (defsubst*):