From 6c58b173c9df7a77dee63ba5effc2261167dba7a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 21 Jun 1996 20:58:52 +0000 Subject: [PATCH] (asm-mode-map): Bind C-c ; to comment-region. --- lisp/progmodes/asm-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 71d599d4f60..59035a1afb0 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el @@ -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) -- 2.39.5