comparison lisp/modes/cc-mode.el @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 43dd3413c7c7
children 3bb7ccffb0c0
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
1035 (define-key c-mode-map "\eq" 'c-fill-paragraph)) 1035 (define-key c-mode-map "\eq" 'c-fill-paragraph))
1036 (define-key c-mode-map "\C-c\C-n" 'c-forward-conditional) 1036 (define-key c-mode-map "\C-c\C-n" 'c-forward-conditional)
1037 (define-key c-mode-map "\C-c\C-p" 'c-backward-conditional) 1037 (define-key c-mode-map "\C-c\C-p" 'c-backward-conditional)
1038 (define-key c-mode-map "\C-c\C-u" 'c-up-conditional) 1038 (define-key c-mode-map "\C-c\C-u" 'c-up-conditional)
1039 (define-key c-mode-map "\t" 'c-indent-command) 1039 (define-key c-mode-map "\t" 'c-indent-command)
1040 (define-key c-mode-map "\177" 'c-electric-delete) 1040 (define-key c-mode-map 'delete 'c-electric-delete)
1041 ;; these are new keybindings, with no counterpart to BOCM 1041 ;; these are new keybindings, with no counterpart to BOCM
1042 (define-key c-mode-map "," 'c-electric-semi&comma) 1042 (define-key c-mode-map "," 'c-electric-semi&comma)
1043 (define-key c-mode-map "*" 'c-electric-star) 1043 (define-key c-mode-map "*" 'c-electric-star)
1044 (define-key c-mode-map "\C-c\C-q" 'c-indent-defun) 1044 (define-key c-mode-map "\C-c\C-q" 'c-indent-defun)
1045 (define-key c-mode-map "\C-c\C-\\" 'c-backslash-region) 1045 (define-key c-mode-map "\C-c\C-\\" 'c-backslash-region)