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:
parent
d96658e3fd
commit
56c5808a5d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue