]> git.eshelyaron.com Git - emacs.git/commitdiff
Bind sigusr1 and sigusr2 in special-event-map instead of global-map.
authorKim F. Storm <storm@cua.dk>
Tue, 19 Dec 2006 15:38:42 +0000 (15:38 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 19 Dec 2006 15:38:42 +0000 (15:38 +0000)
lisp/bindings.el

index b0a44421c728f71c6c2e6a5fd1a3c41646eb31d9..c0aa274cce893b2013b7676a8121e84a3e136593 100644 (file)
@@ -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: