aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1992-08-12 14:35:16 +0000
committerJim Blandy1992-08-12 14:35:16 +0000
commit35a3f3b9a21070197917ce1ed763bc46f24fbfd5 (patch)
treee351d457196e22ffc7476fd4191985ebcac7351a /src
parentf9942c9e7ab643516636910057f5611cd26e5401 (diff)
downloademacs-35a3f3b9a21070197917ce1ed763bc46f24fbfd5.tar.gz
emacs-35a3f3b9a21070197917ce1ed763bc46f24fbfd5.zip
* xmenu.c: Deleted "$Log" header and other RCS stuff in
comments at top of file; this was beginning to grow RCS hair, which we don't want.
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 86228a2214d..9c3375cb1cb 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -24,16 +24,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 * 24 *
25 */ 25 */
26 26
27/* $Source: /u2/third_party/gnuemacs.chow/src/RCS/xmenu.c,v $
28 * $Author: rlk $
29 * $Locker: $
30 * $Header: xmenu.c,v 1.6 86/08/26 17:23:26 rlk Exp $
31 *
32 */
33
34#ifndef lint
35static char *rcsid_GXMenu_c = "$Header: xmenu.c,v 1.6 86/08/26 17:23:26 rlk Exp $";
36#endif lint
37#ifdef XDEBUG 27#ifdef XDEBUG
38#include <stdio.h> 28#include <stdio.h>
39#endif 29#endif