comparison 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
comparison
equal deleted inserted replaced
74751:28393f8e75f1 74752:259471a9b617
1063 (define-key ctl-x-map "z" 'repeat) 1063 (define-key ctl-x-map "z" 'repeat)
1064 1064
1065 (define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window) 1065 (define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window)
1066 1066
1067 ;; Signal handlers 1067 ;; Signal handlers
1068 (define-key global-map [signal] (make-sparse-keymap)) 1068 (define-key special-event-map [sigusr1] 'ignore)
1069 (define-key global-map [signal t] 'ignore) 1069 (define-key special-event-map [sigusr2] 'ignore)
1070 1070
1071 ;; Don't look for autoload cookies in this file. 1071 ;; Don't look for autoload cookies in this file.
1072 ;; Local Variables: 1072 ;; Local Variables:
1073 ;; no-update-autoloads: t 1073 ;; no-update-autoloads: t
1074 ;; End: 1074 ;; End: