diff options
| author | Erik Naggum | 1996-06-22 02:14:01 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-06-22 02:14:01 +0000 |
| commit | 16bba9cabc8c047c830698a1d6f0b367e5516945 (patch) | |
| tree | 4857f51b9887c025d9b75d1e778f142d6c302a6e /lisp | |
| parent | bbe6126cba0c43dcc1159b28186bf65c7d54176b (diff) | |
| download | emacs-16bba9cabc8c047c830698a1d6f0b367e5516945.tar.gz emacs-16bba9cabc8c047c830698a1d6f0b367e5516945.zip | |
(asm-mode-map): Fix typo.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/asm-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/asm-mode.el b/lisp/progmodes/asm-mode.el index 59035a1afb0..3a0370bdaaf 100644 --- a/lisp/progmodes/asm-mode.el +++ b/lisp/progmodes/asm-mode.el | |||
| @@ -67,7 +67,7 @@ | |||
| 67 | (setq asm-mode-map (make-sparse-keymap)) | 67 | (setq asm-mode-map (make-sparse-keymap)) |
| 68 | ;; Note that the comment character isn't set up until asm-mode is called. | 68 | ;; Note that the comment character isn't set up until asm-mode is called. |
| 69 | (define-key asm-mode-map ":" 'asm-colon) | 69 | (define-key asm-mode-map ":" 'asm-colon) |
| 70 | (define-key f90-mode-map "\C-c;" 'comment-region) | 70 | (define-key asm-mode-map "\C-c;" 'comment-region) |
| 71 | (define-key asm-mode-map "\C-i" 'tab-to-tab-stop) | 71 | (define-key asm-mode-map "\C-i" 'tab-to-tab-stop) |
| 72 | (define-key asm-mode-map "\C-j" 'asm-newline) | 72 | (define-key asm-mode-map "\C-j" 'asm-newline) |
| 73 | (define-key asm-mode-map "\C-m" 'asm-newline) | 73 | (define-key asm-mode-map "\C-m" 'asm-newline) |