Mercurial > emacs
changeset 15481:a54558280682
(asm-mode-map): Fix typo.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Sat, 22 Jun 1996 02:14:01 +0000 |
parents | 43a3308fcf61 |
children | b394c4c8b299 |
files | lisp/progmodes/asm-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/asm-mode.el Sat Jun 22 01:54:34 1996 +0000 +++ b/lisp/progmodes/asm-mode.el Sat Jun 22 02:14:01 1996 +0000 @@ -67,7 +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-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)