From fa8fbc428eebb2ab4f2427642eeb29f8e30bf8ad Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 19 Dec 2006 15:38:42 +0000 Subject: Bind sigusr1 and sigusr2 in special-event-map instead of global-map. --- lisp/bindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/bindings.el') diff --git a/lisp/bindings.el b/lisp/bindings.el index b0a44421c72..c0aa274cce8 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -1065,8 +1065,8 @@ language you are using." (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: -- cgit v1.2.1