diff options
| author | Richard M. Stallman | 1994-01-03 10:43:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-03 10:43:37 +0000 |
| commit | 9a474b25f832bb970d422c16d3a82764c5875e40 (patch) | |
| tree | 8ac02593ae388104fffb4a7451123c240920ccb2 /lisp | |
| parent | 1a2ac38862bfb5637d5acf90eae51b861d4a7bde (diff) | |
| download | emacs-9a474b25f832bb970d422c16d3a82764c5875e40.tar.gz emacs-9a474b25f832bb970d422c16d3a82764c5875e40.zip | |
Fix typo in previous change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/c-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index 6498cb97baf..b5133435376 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el | |||
| @@ -50,7 +50,7 @@ | |||
| 50 | (define-key c-mode-map "\C-c\C-p" 'c-backward-conditional) | 50 | (define-key c-mode-map "\C-c\C-p" 'c-backward-conditional) |
| 51 | (define-key c-mode-map "\C-c\C-u" 'c-up-conditional) | 51 | (define-key c-mode-map "\C-c\C-u" 'c-up-conditional) |
| 52 | (define-key c-mode-map "\177" 'backward-delete-char-untabify) | 52 | (define-key c-mode-map "\177" 'backward-delete-char-untabify) |
| 53 | (define-key c-mode-map "\t" 'c-indent-command)) | 53 | (define-key c-mode-map "\t" 'c-indent-command) |
| 54 | 54 | ||
| 55 | (define-key c-mode-map [menu-bar] (make-sparse-keymap)) | 55 | (define-key c-mode-map [menu-bar] (make-sparse-keymap)) |
| 56 | 56 | ||