]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-mode): Reverting last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Jun 2003 15:55:31 +0000 (15:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 19 Jun 2003 15:55:31 +0000 (15:55 +0000)
lisp/ChangeLog
lisp/progmodes/cc-mode.el

index 038c11b662e7fca23a80a1701a649b7c6455a217..1464a5ff7992085357277994251b769841c86766 100644 (file)
@@ -1,3 +1,16 @@
+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
@@ -7,7 +20,7 @@
        (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.
index 8564319ab4b8195e43128f11d4bba7a2164c1d20..03b2f17823956ffbb474c822578222ca6141d2d3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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
@@ -464,7 +464,6 @@ 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))