From 03b8cab390b814213b5c00a7e2b724733661ec1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 5 Nov 2011 23:26:57 +0200 Subject: Add Emacs mode setting. --- display.c | 2 +- display.h | 2 +- displaybase.c | 2 +- displaybase.h | 2 +- menu.c | 2 +- menu.h | 2 +- osdteletext.c | 2 +- setup.h | 2 +- tables.h | 2 +- txtfont.c | 2 ++ txtfont.h | 2 ++ txtrecv.c | 2 +- txtrecv.h | 2 +- txtrender.c | 2 +- txtrender.h | 2 +- 15 files changed, 17 insertions(+), 13 deletions(-) diff --git a/display.c b/display.c index 75b3596..2669cd9 100644 --- a/display.c +++ b/display.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * display.c - Actual implementation of OSD display variants and * * Display:: namespace that encapsulates a single cDisplay. * diff --git a/display.h b/display.h index 0f8aa31..1e21deb 100644 --- a/display.h +++ b/display.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * display.h - Actual implementation of OSD display variants and * * Display:: namespace that encapsulates a single cDisplay. * diff --git a/displaybase.c b/displaybase.c index 537835d..2c3e1a2 100644 --- a/displaybase.c +++ b/displaybase.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * displaybase.c - Base class for rendering a teletext cRenderPage to * * an actual VDR OSD. * diff --git a/displaybase.h b/displaybase.h index 39647b8..c85f3a3 100644 --- a/displaybase.h +++ b/displaybase.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * displaybase.h - Base class for rendering a teletext cRenderPage to * * an actual VDR OSD. * diff --git a/menu.c b/menu.c index 72504b9..79f04e1 100644 --- a/menu.c +++ b/menu.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * diff --git a/menu.h b/menu.h index a97e1d4..b89bfcb 100644 --- a/menu.h +++ b/menu.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * diff --git a/osdteletext.c b/osdteletext.c index df83018..65620c5 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * (autogenerated code (c) Klaus Schmidinger) * * diff --git a/setup.h b/setup.h index eb51633..a56809e 100644 --- a/setup.h +++ b/setup.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/tables.h b/tables.h index 08fe344..93d69e1 100644 --- a/tables.h +++ b/tables.h @@ -1,4 +1,4 @@ -/* This file is copied from Ralph Metzler's vbidecode package. */ +/* This file is copied from Ralph Metzler's vbidecode package. -*- c++ -*- */ /* tables.h - some data conversion tables for vbidecode diff --git a/txtfont.c b/txtfont.c index 9842e14..7a4267f 100644 --- a/txtfont.c +++ b/txtfont.c @@ -1,3 +1,5 @@ +// -*- c++ -*- + #include "txtfont.h" unsigned int TXT_Mask[11]= { diff --git a/txtfont.h b/txtfont.h index c2b73f4..90b3cac 100644 --- a/txtfont.h +++ b/txtfont.h @@ -1,3 +1,5 @@ +// -*- c++ -*- + #ifndef __TXTFONT_H #define __TXTFONT_H diff --git a/txtrecv.c b/txtrecv.c index a461d05..15bd88f 100644 --- a/txtrecv.c +++ b/txtrecv.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * diff --git a/txtrecv.h b/txtrecv.h index 95deab5..8e53daa 100644 --- a/txtrecv.h +++ b/txtrecv.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * Copyright (c) 2003,2004 by Marcel Wiesweg * * * * This program is free software; you can redistribute it and/or modify * diff --git a/txtrender.c b/txtrender.c index ea41077..f6083d4 100644 --- a/txtrender.c +++ b/txtrender.c @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * txtrender.c - Teletext display abstraction and teletext code * * renderer * diff --git a/txtrender.h b/txtrender.h index e7da20d..18018d3 100644 --- a/txtrender.h +++ b/txtrender.h @@ -1,4 +1,4 @@ -/*************************************************************************** +/*************************************************************** -*- c++ -*- * * * txtrender.h - Teletext display abstraction and teletext code * * renderer * -- cgit v1.2.3