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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el
Date: Fri, 10 Oct 2003 14:09:39 -0400

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.126 emacs/lisp/bindings.el:1.127
*** emacs/lisp/bindings.el:1.126        Mon Oct  6 12:25:52 2003
--- emacs/lisp/bindings.el      Fri Oct 10 14:09:38 2003
***************
*** 780,786 ****
  (define-key global-map [redo]         'repeat-complex-command)
  (define-key global-map [again]                'repeat-complex-command) ; Sun 
keyboard
  (define-key global-map [open]         'find-file) ; Sun
! (define-key global-map [stop]         'keyboard-quit) ; Sun
  ;; (define-key global-map [clearline] 'function-key-error)
  (define-key global-map [insertline]   'open-line)
  (define-key global-map [deleteline]   'kill-line)
--- 780,788 ----
  (define-key global-map [redo]         'repeat-complex-command)
  (define-key global-map [again]                'repeat-complex-command) ; Sun 
keyboard
  (define-key global-map [open]         'find-file) ; Sun
! ;; The following wouldn't work to interrupt running code since C-g is
! ;; treated specially in the event loop.
! ;; (define-key global-map [stop]              'keyboard-quit) ; Sun
  ;; (define-key global-map [clearline] 'function-key-error)
  (define-key global-map [insertline]   'open-line)
  (define-key global-map [deleteline]   'kill-line)




reply via email to

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