changeset 74752:259471a9b617

Bind sigusr1 and sigusr2 in special-event-map instead of global-map.
author Kim F. Storm <storm@cua.dk>
date Tue, 19 Dec 2006 15:38:42 +0000
parents 28393f8e75f1
children 9887ae4f4c40
files lisp/bindings.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Tue Dec 19 15:38:08 2006 +0000
+++ b/lisp/bindings.el	Tue Dec 19 15:38:42 2006 +0000
@@ -1065,8 +1065,8 @@
 (define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window)
 
 ;; Signal handlers
-(define-key global-map [signal] (make-sparse-keymap))
-(define-key global-map [signal t] 'ignore)
+(define-key special-event-map [sigusr1] 'ignore)
+(define-key special-event-map [sigusr2] 'ignore)
 
 ;; Don't look for autoload cookies in this file.
 ;; Local Variables: