diff lisp/bindings.el @ 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 ae98808fc6e4
children 685bae49b575 17e0dd217877 bc10a33dd40b
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: