Mercurial > hg > xemacs-beta
diff src/dragdrop.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | c42ec1d1cded |
children | 697ef44129c6 ecf1ebac70d8 |
line wrap: on
line diff
--- a/src/dragdrop.h Mon Aug 13 11:12:06 2007 +0200 +++ b/src/dragdrop.h Mon Aug 13 11:13:30 2007 +0200 @@ -21,8 +21,8 @@ /* Synched up with: Not in FSF. */ -#ifndef _XEMACS_DRAGDROP_H_ -#define _XEMACS_DRAGDROP_H_ +#ifndef INCLUDED_dragdrop_h_ +#define INCLUDED_dragdrop_h_ /* Drag'n'Drop data types known by XEmacs */ extern Lisp_Object Qdragdrop_MIME; @@ -37,4 +37,4 @@ /* emacs interface */ void syms_of_dragdrop (void); -#endif /* _XEMACS_DRAGDROP_H_ */ +#endif /* INCLUDED_dragdrop_h_ */