From: Kim F. Storm Date: Tue, 19 Dec 2006 15:38:42 +0000 (+0000) Subject: Bind sigusr1 and sigusr2 in special-event-map instead of global-map. X-Git-Tag: emacs-pretest-22.0.92~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=653a91004559715cb3fe395a667ba769c77b78fd;p=emacs.git Bind sigusr1 and sigusr2 in special-event-map instead of global-map. --- 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: