mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Don't bind stop.
This commit is contained in:
parent
fd423b793b
commit
aa8b814601
@ -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…
Reference in New Issue
Block a user