X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fcommands.h;h=0c1d755bcda6d73a75578e7635187c3c2e73f2cd;hb=d88b15c7ee0927f9739f0f114ccd1f0d4fd2d821;hp=3fcfcda7a5b05722a259a2a7483e2fb61cc71596;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/commands.h b/src/commands.h index 3fcfcda..0c1d755 100644 --- a/src/commands.h +++ b/src/commands.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: FSF 19.30. */ -#ifndef _XEMACS_COMMANDS_H_ -#define _XEMACS_COMMANDS_H_ +#ifndef INCLUDED_commands_h_ +#define INCLUDED_commands_h_ #if 0 /* FSFmacs */ #define Ctl(c) ((c)&037) @@ -125,4 +125,4 @@ Lisp_Object zmacs_region_buffer (void); extern Lisp_Object Vthis_command_keys; /* event-stream.c */ -#endif /* _XEMACS_COMMANDS_H_ */ +#endif /* INCLUDED_commands_h_ */