Mercurial > emacs
changeset 74410:ae98808fc6e4
(global-map): Bind [signal t] to ignore, to have
user signals ignored by default.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 04 Dec 2006 12:31:38 +0000 |
parents | b3bb05fc3e6a |
children | f76dd5acc4b2 |
files | lisp/bindings.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Mon Dec 04 12:30:20 2006 +0000 +++ b/lisp/bindings.el Mon Dec 04 12:31:38 2006 +0000 @@ -1064,6 +1064,10 @@ (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