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 /lispintro | |
parent | 1042fe8c8ca167fdb44365d99a35492df87b078f (diff) | |
download | emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz |
Add arch taglines
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/ChangeLog | 2 | ||||
-rw-r--r-- | lispintro/Makefile.am | 2 | ||||
-rw-r--r-- | lispintro/Makefile.in | 2 | ||||
-rw-r--r-- | lispintro/Makefile.old | 2 | ||||
-rw-r--r-- | lispintro/configure.in | 4 | ||||
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 4 | ||||
-rw-r--r-- | lispintro/texinfo.tex | 2 |
7 files changed, 18 insertions, 0 deletions
diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 5892f5b34db..2270e03515f 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog @@ -24,3 +24,5 @@ Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. + +;;; arch-tag: ee4f8e1f-e14c-4d2e-86de-4dd697e6f1c3 diff --git a/lispintro/Makefile.am b/lispintro/Makefile.am index 082d100217c..1b89c55528b 100644 --- a/lispintro/Makefile.am +++ b/lispintro/Makefile.am @@ -3,3 +3,5 @@ info_TEXINFOS = emacs-lisp-intro.texi EXTRA_DIST = INSTALL MANIFEST README drawers.eps \ cons-1.eps cons-2.eps cons-2a.eps cons-3.eps \ cons-4.eps cons-5.eps lambda-1.eps lambda-2.eps lambda-3.eps + +# arch-tag: 6a3e6d99-7aa2-479f-939c-5531165c5747 diff --git a/lispintro/Makefile.in b/lispintro/Makefile.in index 88ac4975010..14c1b1c9ab9 100644 --- a/lispintro/Makefile.in +++ b/lispintro/Makefile.in @@ -69,3 +69,5 @@ maintainer-clean: distclean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# arch-tag: eb660994-cd29-4ab8-8043-5042e2dbde84 diff --git a/lispintro/Makefile.old b/lispintro/Makefile.old index 50713d1e8ef..248de3d9c9c 100644 --- a/lispintro/Makefile.old +++ b/lispintro/Makefile.old @@ -339,3 +339,5 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: + +# arch-tag: f1a44ea0-b792-4ac7-be28-9626b972c216 diff --git a/lispintro/configure.in b/lispintro/configure.in index e222b955a25..7d60c898d01 100644 --- a/lispintro/configure.in +++ b/lispintro/configure.in @@ -3,3 +3,7 @@ dnl autoconf input file for the emacs lisp intro AC_INIT(emacs-lisp-intro.texi) AM_INIT_AUTOMAKE(emacs-lisp-intro, 2.00) AC_OUTPUT(Makefile) + +m4_if(dnl Do not change this comment + arch-tag: 8d676bd8-8677-4ae0-8aa0-99bfd595b373 +)dnl diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 8f6c9236c38..596bfebb5fa 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -21831,3 +21831,7 @@ airplane. @end iftex @bye + +@ignore + arch-tag: da1a2154-531f-43a8-8e33-fc7faad10acf +@end ignore diff --git a/lispintro/texinfo.tex b/lispintro/texinfo.tex index 8ef3918f820..4ef8dd7a01e 100644 --- a/lispintro/texinfo.tex +++ b/lispintro/texinfo.tex @@ -6771,3 +6771,5 @@ should work if nowhere else does.} @c time-stamp-format: "%:y-%02m-%02d.%02H" @c time-stamp-end: "}" @c End: + +% arch-tag: 53261dd3-7df7-4ec3-9d90-af7a955d3c87 |