comparison lisp/comint.el @ 4496:c9b46e3fe749

(comint-mode-map): Delete C-c C-y binding.
author Richard M. Stallman <rms@gnu.org>
date Mon, 09 Aug 1993 00:57:19 +0000
parents 4d7048ac2a72
children 0563affb6b38
comparison
equal deleted inserted replaced
4495:8e8321e76af5 4496:c9b46e3fe749
280 ; (define-key comint-mode-map "\eN" 'comint-psearch-input) 280 ; (define-key comint-mode-map "\eN" 'comint-psearch-input)
281 ; (define-key comint-mode-map "\C-cR" 'comint-msearch-input-matching) 281 ; (define-key comint-mode-map "\C-cR" 'comint-msearch-input-matching)
282 (define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt) 282 (define-key comint-mode-map "\C-c\C-n" 'comint-next-prompt)
283 (define-key comint-mode-map "\C-c\C-p" 'comint-prev-prompt) 283 (define-key comint-mode-map "\C-c\C-p" 'comint-prev-prompt)
284 (define-key comint-mode-map "\C-c\C-d" 'comint-send-eof) 284 (define-key comint-mode-map "\C-c\C-d" 'comint-send-eof)
285 (define-key comint-mode-map "\C-c\C-y" 'comint-previous-input) ;v18 binding
286 ) 285 )
287 286
288 287
289 ;;; This function is used to make a full copy of the comint mode map, 288 ;;; This function is used to make a full copy of the comint mode map,
290 ;;; so that client modes won't interfere with each other. This function 289 ;;; so that client modes won't interfere with each other. This function