diff lisp/ChangeLog @ 74753:9887ae4f4c40

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 19 Dec 2006 15:41:51 +0000
parents cf3db92fe927
children 43ca68a13314
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Dec 19 15:38:42 2006 +0000
+++ b/lisp/ChangeLog	Tue Dec 19 15:41:51 2006 +0000
@@ -1,5 +1,8 @@
 2006-12-19  Kim F. Storm  <storm@cua.dk>
 
+	* bindings.el: Bind sigusr1 and sigusr2 in special-event-map
+	instead of global-map.
+
 	* files.el (magic-mode-alist): Allow matching file type by
 	calling a function at bob.  Check for image types by calling
 	image-type-from-buffer.  Suggested by Juanma Barranquero.