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 /admin/notes | |
parent | 1042fe8c8ca167fdb44365d99a35492df87b078f (diff) | |
download | emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz |
Add arch taglines
Diffstat (limited to 'admin/notes')
-rw-r--r-- | admin/notes/cpp | 2 | ||||
-rw-r--r-- | admin/notes/iftc | 2 | ||||
-rw-r--r-- | admin/notes/trailing-whitespace | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/admin/notes/cpp b/admin/notes/cpp index 6815b88cccb..4f61a595f5e 100644 --- a/admin/notes/cpp +++ b/admin/notes/cpp @@ -16,3 +16,5 @@ this should not be defined for normal .c file compilation. there has been discussion on eliminating this use of cpp and relying solely on autoconf processing. rms says to leave it be. + +;;; arch-tag: d654291e-9fc8-41b7-ab0c-d3cde842a8e0 diff --git a/admin/notes/iftc b/admin/notes/iftc index 294464a8605..e8dcdd3a6d6 100644 --- a/admin/notes/iftc +++ b/admin/notes/iftc @@ -23,3 +23,5 @@ The comment /* iftc */ is used to mark this type of casting to differentiate it from other casting. We commit the changes and can now go about modifying LOW and HIGH separately. When HIGH is ready to handle the type change, the cast can be removed. + +;;; arch-tag: 3309cc41-5d59-421b-b7be-c94b04083bb5 diff --git a/admin/notes/trailing-whitespace b/admin/notes/trailing-whitespace index bbf5c05f173..e29456b3a2f 100644 --- a/admin/notes/trailing-whitespace +++ b/admin/notes/trailing-whitespace @@ -4,3 +4,5 @@ apparently there was a big discussion on emacs-devel wrt trailing whitespace. there was a mass-change to remove such from various branches in cvs. probably it's a good idea to avoid adding trailing whitespace in new code/docs and in changes. + +;;; arch-tag: de441379-c345-4826-a784-352b5413a698 |