From: Miles Bader Date: Tue, 4 Dec 2007 22:41:47 +0000 (+0000) Subject: Add arch tagline X-Git-Tag: emacs-pretest-23.0.90~9091 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79f10da0c30b6323105c78c7ffc230c495dd75a7;p=emacs.git Add arch tagline --- diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 3e3e1584d21..14ceea37d1d 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -558,3 +558,7 @@ from. It is either a signal name or a method name. @contents @c End of dbus.texi @bye + +@ignore + arch-tag: 2eeec19d-0caf-44e0-a193-329d7f9951d8 +@end ignore diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el index 9deddbc3e0f..8dd17bfea4c 100644 --- a/lisp/net/dbus.el +++ b/lisp/net/dbus.el @@ -278,4 +278,5 @@ the function returns nil." (provide 'dbus) +;; arch-tag: a47caf84-9162-4811-90cc-5d388e37b9bd ;;; dbus.el ends here diff --git a/src/dbusbind.c b/src/dbusbind.c index d0b538da29c..581b5ffd541 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c @@ -808,3 +808,6 @@ message, which matches the key criteria, arrives. */); } #endif /* HAVE_DBUS */ + +/* arch-tag: 0e828477-b571-4fe4-b559-5c9211bc14b8 + (do not change this comment) */