# HG changeset patch # User jwe # Date 825816148 0 # Node ID c2d20f365b84e3b4865c3131b0fdf0366b82034b # Parent 1b57120c997b937bea875514d4da7a4be4a1d014 [project @ 1996-03-03 01:19:32 by jwe] diff --git a/liboctave/MArray2.cc b/liboctave/MArray2.cc --- a/liboctave/MArray2.cc +++ b/liboctave/MArray2.cc @@ -1,4 +1,3 @@ -// MArray.cc /* Copyright (C) 1996 John W. Eaton diff --git a/liboctave/MDiagArray2.cc b/liboctave/MDiagArray2.cc --- a/liboctave/MDiagArray2.cc +++ b/liboctave/MDiagArray2.cc @@ -1,4 +1,3 @@ -// MArray.cc /* Copyright (C) 1996 John W. Eaton diff --git a/liboctave/lo-error.h b/liboctave/lo-error.h --- a/liboctave/lo-error.h +++ b/liboctave/lo-error.h @@ -1,4 +1,3 @@ -// error.h /* Copyright (C) 1996 John W. Eaton diff --git a/liboctave/oct-math.h b/liboctave/oct-math.h --- a/liboctave/oct-math.h +++ b/liboctave/oct-math.h @@ -1,4 +1,3 @@ -/* oct-math.h -*- C -*- */ /* Copyright (C) 1996 John W. Eaton @@ -47,3 +46,10 @@ #endif #endif + +/* +;;; Local Variables: *** +;;; mode: C *** +;;; page-delimiter: "^/\\*" *** +;;; End: *** +*/ diff --git a/liboctave/statdefs.h b/liboctave/statdefs.h --- a/liboctave/statdefs.h +++ b/liboctave/statdefs.h @@ -1,4 +1,3 @@ -/* statdefs.h -*- C -*- */ /* Copyright (C) 1996 John W. Eaton diff --git a/liboctave/str-vec.h b/liboctave/str-vec.h --- a/liboctave/str-vec.h +++ b/liboctave/str-vec.h @@ -1,4 +1,3 @@ -// str-vec.h -*- C -*- /* Copyright (C) 1996 John W. Eaton diff --git a/liboctave/sun-utils.h b/liboctave/sun-utils.h --- a/liboctave/sun-utils.h +++ b/liboctave/sun-utils.h @@ -72,7 +72,7 @@ /* ;;; Local Variables: *** -;;; mode: C++ *** +;;; mode: C *** ;;; page-delimiter: "^/\\*" *** ;;; End: *** */ diff --git a/src/lex.l b/src/lex.l --- a/src/lex.l +++ b/src/lex.l @@ -1,4 +1,4 @@ -/* lex.l -*- C++ -*- +/* Copyright (C) 1996 John W. Eaton @@ -1805,3 +1805,9 @@ // ".*=" return EMUL_EQ; // "./=" return EDIV_EQ; // ".\\=" return ELEFTDIV_EQ; + +/* +;;; Local Variables: *** +;;; mode: C++ *** +;;; End: *** +*/ diff --git a/src/parse.y b/src/parse.y --- a/src/parse.y +++ b/src/parse.y @@ -1,4 +1,3 @@ -// parse.y -*- text -*- /* Copyright (C) 1996 John W. Eaton @@ -2071,3 +2070,9 @@ curr_fcn_file_full_name.c_str ()); } } + +/* +;;; Local Variables: *** +;;; mode: text *** +;;; End: *** +*/