aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 94eb6fcaea4..8564319ab4b 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -464,6 +464,7 @@ Key bindings:
464 (use-local-map c-mode-map) 464 (use-local-map c-mode-map)
465 (c-common-init 'c-mode) 465 (c-common-init 'c-mode)
466 (cc-imenu-init cc-imenu-c-generic-expression) 466 (cc-imenu-init cc-imenu-c-generic-expression)
467 (set (make-local-variable 'gud-find-expr) 'gud-find-c-expr)
467 (run-hooks 'c-mode-common-hook) 468 (run-hooks 'c-mode-common-hook)
468 (run-hooks 'c-mode-hook) 469 (run-hooks 'c-mode-hook)
469 (c-update-modeline)) 470 (c-update-modeline))