aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-03 10:43:37 +0000
committerRichard M. Stallman1994-01-03 10:43:37 +0000
commit9a474b25f832bb970d422c16d3a82764c5875e40 (patch)
tree8ac02593ae388104fffb4a7451123c240920ccb2 /lisp
parent1a2ac38862bfb5637d5acf90eae51b861d4a7bde (diff)
downloademacs-9a474b25f832bb970d422c16d3a82764c5875e40.tar.gz
emacs-9a474b25f832bb970d422c16d3a82764c5875e40.zip
Fix typo in previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/c-mode.el2
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