diff options
author | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
commit | ab5796a9f97180707734a81320e3eb81937281fe (patch) | |
tree | eef8aa4dd3733966628c6a43bd924b51557519e9 /src/systime.h | |
parent | 1042fe8c8ca167fdb44365d99a35492df87b078f (diff) | |
download | emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz |
Add arch taglines
Diffstat (limited to 'src/systime.h')
-rw-r--r-- | src/systime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systime.h b/src/systime.h index d05b5a7de9a..778e555c979 100644 --- a/src/systime.h +++ b/src/systime.h @@ -172,3 +172,6 @@ extern int set_file_times __P ((const char *, EMACS_TIME, EMACS_TIME)); #define EMACS_TIME_LE(T1, T2) (EMACS_TIME_CMP (T1, T2) <= 0) #endif /* EMACS_SYSTIME_H */ + +/* arch-tag: dcb79915-cf99-4bce-9778-aade71d07651 + (do not change this comment) */ |