From: Stefan Monnier Date: Thu, 19 Jun 2003 15:55:31 +0000 (+0000) Subject: (c-mode): Reverting last change. X-Git-Tag: ttn-vms-21-2-B4~9604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87d9913f72f05aa1aa60d9609e6e0de028dc478b;p=emacs.git (c-mode): Reverting last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 038c11b662e..1464a5ff799 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2003-06-19 Stefan Monnier + + * progmodes/cc-mode.el (c-mode): Reverting last change. + +2003-06-18 Stefan Monnier + + * 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 * 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. diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 8564319ab4b..03b2f178239 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -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))