diff options
| author | Miles Bader | 2007-12-04 22:41:47 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-04 22:41:47 +0000 |
| commit | 79f10da0c30b6323105c78c7ffc230c495dd75a7 (patch) | |
| tree | 1d8fe1534b2ab125e8fa13cc43314eaf76f42807 | |
| parent | 1896f357ce6da218d53d239cbbdbb6f4dd8ce8e9 (diff) | |
| download | emacs-79f10da0c30b6323105c78c7ffc230c495dd75a7.tar.gz emacs-79f10da0c30b6323105c78c7ffc230c495dd75a7.zip | |
Add arch tagline
| -rw-r--r-- | doc/misc/dbus.texi | 4 | ||||
| -rw-r--r-- | lisp/net/dbus.el | 1 | ||||
| -rw-r--r-- | src/dbusbind.c | 3 |
3 files changed, 8 insertions, 0 deletions
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. | |||
| 558 | @contents | 558 | @contents |
| 559 | @c End of dbus.texi | 559 | @c End of dbus.texi |
| 560 | @bye | 560 | @bye |
| 561 | |||
| 562 | @ignore | ||
| 563 | arch-tag: 2eeec19d-0caf-44e0-a193-329d7f9951d8 | ||
| 564 | @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." | |||
| 278 | 278 | ||
| 279 | (provide 'dbus) | 279 | (provide 'dbus) |
| 280 | 280 | ||
| 281 | ;; arch-tag: a47caf84-9162-4811-90cc-5d388e37b9bd | ||
| 281 | ;;; dbus.el ends here | 282 | ;;; 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. */); | |||
| 808 | } | 808 | } |
| 809 | 809 | ||
| 810 | #endif /* HAVE_DBUS */ | 810 | #endif /* HAVE_DBUS */ |
| 811 | |||
| 812 | /* arch-tag: 0e828477-b571-4fe4-b559-5c9211bc14b8 | ||
| 813 | (do not change this comment) */ | ||