mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
(asm-mode-map): Bind C-c ; to comment-region.
This commit is contained in:
parent
6ce2992945
commit
6c58b173c9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user