X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fselect.h;h=9bf4b4e4a2b3db3a55fb64a1e024711940063e5e;hb=3aca7317dd930beecbddba646284279744087e69;hp=03c76406778e368497b87bb0097c05cba2948b4d;hpb=140fb029a954e85e8e62e0ebd23e7bc43526b57b;p=chise%2Fxemacs-chise.git- diff --git a/src/select.h b/src/select.h index 03c7640..9bf4b4e 100644 --- a/src/select.h +++ b/src/select.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not in FSF. */ -#ifndef _XEMACS_SELECT_H_ -#define _XEMACS_SELECT_H_ +#ifndef INCLUDED_select_h_ +#define INCLUDED_select_h_ extern Lisp_Object QPRIMARY, QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP, QTEXT, QDELETE, QMULTIPLE, QINCR, QEMACS_TMP, QTARGETS, QATOM, QNULL, @@ -47,4 +47,4 @@ extern Lisp_Object Qselection_conversion_error; Lisp_Object get_local_selection (Lisp_Object selection_symbol, Lisp_Object target_type); void handle_selection_clear (Lisp_Object selection_symbol); -#endif +#endif /* INCLUDED_select_h_ */