diff options
| author | Miles Bader <miles@gnu.org> | 2009-08-14 04:47:38 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 2009-08-14 04:47:38 +0000 |
| commit | 86a0ed4c65e8335e26cc1b5380cecd3c36710adc (patch) | |
| tree | 1be7c818ccd115f314bb185420f95102fa289929 | |
| parent | 6801c38ad20cdea87b63b8d4fc061a5bca898f6f (diff) | |
| download | emacs-86a0ed4c65e8335e26cc1b5380cecd3c36710adc.tar.gz | |
Add arch tagline
| -rw-r--r-- | lisp/files-x.el | 2 | ||||
| -rw-r--r-- | lisp/international/ucs-normalize.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/files-x.el b/lisp/files-x.el index c120c646e66..72e89211efc 100644 --- a/lisp/files-x.el +++ b/lisp/files-x.el @@ -458,4 +458,6 @@ from the the MODE alist ignoring the input argument VALUE." (provide 'files-x) + +;; arch-tag: 949d263c-30a8-4b49-af26-cda97c7c5477 ;;; files-x.el ends here diff --git a/lisp/international/ucs-normalize.el b/lisp/international/ucs-normalize.el index aaf40a16eef..c8798618126 100644 --- a/lisp/international/ucs-normalize.el +++ b/lisp/international/ucs-normalize.el @@ -606,4 +606,5 @@ be decomposed. It doesn't perform normalization on encoding." (provide 'ucs-normalize) +;; arch-tag: cef65ae7-71ad-4e19-8da8-56ab4d42aaa4 ;;; ucs-normalize.el ends here |
