mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
(c-mode): Add local variable gud-find-expr.
This commit is contained in:
parent
0f50024e3f
commit
c6c54ea8e9
1 changed files with 1 additions and 0 deletions
|
|
@ -464,6 +464,7 @@ Key bindings:
|
|||
(use-local-map c-mode-map)
|
||||
(c-common-init 'c-mode)
|
||||
(cc-imenu-init cc-imenu-c-generic-expression)
|
||||
(set (make-local-variable 'gud-find-expr) 'gud-find-c-expr)
|
||||
(run-hooks 'c-mode-common-hook)
|
||||
(run-hooks 'c-mode-hook)
|
||||
(c-update-modeline))
|
||||
|
|
|
|||
Loading…
Reference in a new issue