# HG changeset patch # User Kim F. Storm # Date 1166542722 0 # Node ID 259471a9b617266cc43b245e5ddb04dbac9f05cb # Parent 28393f8e75f1b0309bed3b6bc06d9643699b2868 Bind sigusr1 and sigusr2 in special-event-map instead of global-map. diff -r 28393f8e75f1 -r 259471a9b617 lisp/bindings.el --- 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: