This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH] Add change-log variables to more MI files


Just FYI,

I've checked in the attatched.  It should help keep ChangeLog entries
local.

	Andrew
Tue Mar 14 15:54:57 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* basics.c: Add EMACS local variable pointing change-log at this
 	file.
	* Makefile.in: Ditto

Index: testsuite/gdb.mi/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/Makefile.in,v
retrieving revision 1.1
diff -p -r1.1 Makefile.in
*** Makefile.in	2000/02/23 00:25:43	1.1
--- Makefile.in	2000/03/14 04:58:58
*************** distclean maintainer-clean realclean: cl
*** 18,20 ****
--- 18,24 ----
  
  Makefile: $(srcdir)/Makefile.in $(srcdir)/configure.in
  	$(SHELL) ./config.status --recheck
+ 
+ # Local variables: 
+ # change-log-default-name: "ChangeLog-mi"
+ # End: 
Index: testsuite/gdb.mi/basics.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.mi/basics.c,v
retrieving revision 1.2
diff -p -r1.2 basics.c
*** basics.c	2000/03/06 21:33:38	1.2
--- basics.c	2000/03/14 04:58:58
*************** main ()
*** 37,41 ****
    return 0;
  }
  
! 
  
--- 37,45 ----
    return 0;
  }
  
! /*
! Local variables: 
! change-log-default-name: "ChangeLog-mi"
! End: 
! */
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]