mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Don't bind stop.
This commit is contained in:
parent
fd423b793b
commit
aa8b814601
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-10-10 Dave Love <fx@gnu.org>
|
||||
|
||||
* bindings.el: Don't bind stop.
|
||||
|
||||
2003-10-08 Miles Bader <miles@gnu.org>
|
||||
|
||||
* gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
|
||||
|
|
|
|||
|
|
@ -780,7 +780,9 @@ language you are using."
|
|||
(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
|
||||
;; 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue