emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-mode.el
Date: Wed, 18 Jun 2003 18:34:36 -0400

Index: emacs/lisp/progmodes/cc-mode.el
diff -c emacs/lisp/progmodes/cc-mode.el:1.24 
emacs/lisp/progmodes/cc-mode.el:1.25
*** emacs/lisp/progmodes/cc-mode.el:1.24        Sat Feb  8 20:44:35 2003
--- emacs/lisp/progmodes/cc-mode.el     Wed Jun 18 18:34:36 2003
***************
*** 464,469 ****
--- 464,470 ----
    (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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]