Mercurial > emacs
changeset 15477:eddac6796ebd
(asm-mode-map): Bind C-c ; to comment-region.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jun 1996 20:58:52 +0000 |
parents | 0236199fc5f1 |
children | 0be0ca99aa9a |
files | lisp/progmodes/asm-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/asm-mode.el Fri Jun 21 16:15:21 1996 +0000 +++ b/lisp/progmodes/asm-mode.el Fri Jun 21 20:58:52 1996 +0000 @@ -67,6 +67,7 @@ (setq asm-mode-map (make-sparse-keymap)) ;; Note that the comment character isn't set up until asm-mode is called. (define-key asm-mode-map ":" 'asm-colon) + (define-key f90-mode-map "\C-c;" 'comment-region) (define-key asm-mode-map "\C-i" 'tab-to-tab-stop) (define-key asm-mode-map "\C-j" 'asm-newline) (define-key asm-mode-map "\C-m" 'asm-newline)