aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files-x.el2
-rw-r--r--lisp/international/ucs-normalize.el1
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."
458 458
459 459
460(provide 'files-x) 460(provide 'files-x)
461
462;; arch-tag: 949d263c-30a8-4b49-af26-cda97c7c5477
461;;; files-x.el ends here 463;;; 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."
606 606
607(provide 'ucs-normalize) 607(provide 'ucs-normalize)
608 608
609;; arch-tag: cef65ae7-71ad-4e19-8da8-56ab4d42aaa4
609;;; ucs-normalize.el ends here 610;;; ucs-normalize.el ends here