]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-map): Bind [signal t] to ignore, to have
authorKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:31:38 +0000 (12:31 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Dec 2006 12:31:38 +0000 (12:31 +0000)
user signals ignored by default.

lisp/bindings.el

index 6fb7b405344eb7b8ba638352ca3c94c8e29b191e..b0a44421c728f71c6c2e6a5fd1a3c41646eb31d9 100644 (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