diff options
| author | Miles Bader | 2008-04-18 02:46:47 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-18 02:46:47 +0000 |
| commit | dc6ee347e3e4fe96397ef913d2ffe4901cc0c1a8 (patch) | |
| tree | 26a23b650de11898e15332d65145b579a414bc8f | |
| parent | 8ee085a488bc50e3d2c77b6b674de7992edee39b (diff) | |
| download | emacs-dc6ee347e3e4fe96397ef913d2ffe4901cc0c1a8.tar.gz emacs-dc6ee347e3e4fe96397ef913d2ffe4901cc0c1a8.zip | |
Add arch tagline
| -rw-r--r-- | lisp/minibuffer.el | 2 | ||||
| -rw-r--r-- | lisp/net/zeroconf.el | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 77a84e065e3..2adb4c3e7f9 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -731,4 +731,6 @@ during running `completion-setup-hook'." | |||
| 731 | "Internal subroutine for `read-file-name'. Do not call this.") | 731 | "Internal subroutine for `read-file-name'. Do not call this.") |
| 732 | 732 | ||
| 733 | (provide 'minibuffer) | 733 | (provide 'minibuffer) |
| 734 | |||
| 735 | ;; arch-tag: ef8a0a15-1080-4790-a754-04017c02f08f | ||
| 734 | ;;; minibuffer.el ends here | 736 | ;;; minibuffer.el ends here |
diff --git a/lisp/net/zeroconf.el b/lisp/net/zeroconf.el index 9bd63c1ee10..a3445ead37d 100644 --- a/lisp/net/zeroconf.el +++ b/lisp/net/zeroconf.el | |||
| @@ -672,4 +672,6 @@ For the description of arguments, see `zeroconf-resolved-services-hash'." | |||
| 672 | zeroconf-interface-avahi-entry-group "Commit"))) | 672 | zeroconf-interface-avahi-entry-group "Commit"))) |
| 673 | 673 | ||
| 674 | (provide 'zeroconf) | 674 | (provide 'zeroconf) |
| 675 | |||
| 676 | ;; arch-tag: ea578165-7fa8-44f4-90f0-de3940aec69f | ||
| 675 | ;;; zeroconf.el ends here | 677 | ;;; zeroconf.el ends here |