Mercurial > hg > xemacs-beta
diff src/EmacsShell.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
line wrap: on
line diff
--- a/src/EmacsShell.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/EmacsShell.h Mon Aug 13 11:20:41 2007 +0200 @@ -22,8 +22,8 @@ /* Written by Ben Wing, May, 1994. */ -#ifndef INCLUDED_EmacsShell_h_ -#define INCLUDED_EmacsShell_h_ +#ifndef _EmacsShell_h +#define _EmacsShell_h #ifndef XtNwidthCells #define XtNwidthCells "widthCells" @@ -68,4 +68,4 @@ void EmacsShellSetPositionUserSpecified (Widget gw); void EmacsShellSmashIconicHint (Widget shell, int iconic_p); -#endif /* INCLUDED_EmacsShell_h_ */ +#endif /* _EmacsShell_h */