+2003-06-19 Stefan Monnier <monnier@cs.yale.edu>
+
+ * progmodes/cc-mode.el (c-mode): Reverting last change.
+
+2003-06-18 Stefan Monnier <monnier@cs.yale.edu>
+
+ * progmodes/gud.el (gud-find-expr-function): Rename from gud-find-expr.
+ (gud-find-fortran-expr): Move to fortran.el.
+
+ * progmodes/fortran.el (fortran-gud-find-expr): Move from gud.el
+ where it was called gud-find-fortran-expr.
+ (fortran-mode): Set gud-find-expr-function.
+
2003-06-18 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el (gud-display1): Keep the gdb command, "display", in
(gdb-source-info, gdba): Display assembler if there is no symbol
table for main, or message if there is no main.
(gdb-assembler-custom): Move point to current line of assembler.
-
+
* progmodes/gud.el (gud-menu-map): Add dbx support for "run" and
"nexti".
(dbx): Define gud-nexti and gud-run.
;;; cc-mode.el --- major mode for editing C, C++, Objective-C, and Java code
-;; Copyright (C) 1985,1987,1992-2001 Free Software Foundation, Inc.
+;; Copyright (C) 1985,1987,1992-2001,2003 Free Software Foundation, Inc.
;; Authors: 2000- Martin Stjernholm
;; 1998-1999 Barry A. Warsaw and Martin Stjernholm
(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))