emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bindings.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el,v
Date: Tue, 19 Dec 2006 15:38:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/19 15:38:42

Index: bindings.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/bindings.el,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -b -r1.174 -r1.175
--- bindings.el 4 Dec 2006 12:31:38 -0000       1.174
+++ bindings.el 19 Dec 2006 15:38:42 -0000      1.175
@@ -1065,8 +1065,8 @@
 (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)
+(define-key special-event-map [sigusr1] 'ignore)
+(define-key special-event-map [sigusr2] 'ignore)
 
 ;; Don't look for autoload cookies in this file.
 ;; Local Variables:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]