]> code.delx.au - gnu-emacs/blobdiff - lisp/bindings.el
(Info-build-node-completions): Signal error if tag-table marker is not
[gnu-emacs] / 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