diff lisp/ChangeLog @ 101274:4bcf5c96d5ee

* linum.el (linum-update-window): Use `delq' instead of `delete'; compare strings with `equal-including-properties'.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 18 Jan 2009 01:45:34 +0000
parents c7dad4ac139c
children 1d661f541768
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jan 17 22:27:54 2009 +0000
+++ b/lisp/ChangeLog	Sun Jan 18 01:45:34 2009 +0000
@@ -1,3 +1,8 @@
+2009-01-18  Markus Triska  <markus.triska@gmx.at>
+
+	* linum.el (linum-update-window): Use `delq' instead of `delete';
+	compare strings with `equal-including-properties'.
+
 2009-01-17  Glenn Morris  <rgm@gnu.org>
 
 	* progmodes/cc-langs.el (declare-function): Add compatibility stub.