1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(global-map): Bind [signal t] to ignore, to have

user signals ignored by default.
This commit is contained in:
Kim F. Storm 2006-12-04 12:31:38 +00:00
parent d96658e3fd
commit 56c5808a5d

View file

@ -1064,6 +1064,10 @@ 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)
;; Don't look for autoload cookies in this file.
;; Local Variables:
;; no-update-autoloads: t