Mercurial > hg > xemacs-beta
comparison lisp/comint/comint.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 538048ae2ab8 |
children | 15872534500d |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
548 (define-key comint-mode-map "\C-c\C-p" 'comint-previous-prompt) | 548 (define-key comint-mode-map "\C-c\C-p" 'comint-previous-prompt) |
549 ;; John Rose's suggestion | 549 ;; John Rose's suggestion |
550 (define-key comint-mode-map "\e}" 'comint-next-prompt) | 550 (define-key comint-mode-map "\e}" 'comint-next-prompt) |
551 (define-key comint-mode-map "\e{" 'comint-previous-prompt) | 551 (define-key comint-mode-map "\e{" 'comint-previous-prompt) |
552 | 552 |
553 (define-key comint-mode-map 'button3 'comint-popup-menu) | 553 #-infodock (define-key comint-mode-map 'button3 'comint-popup-menu) |
554 ) | 554 ) |
555 | 555 |
556 (defconst comint-1-menubar-menu | 556 (defconst comint-1-menubar-menu |
557 (purecopy | 557 (purecopy |
558 '("Comint1" | 558 '("Comint1" |