summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2008-02-23 08:28:42 +0000
committerMiles Bader <miles@gnu.org>2008-02-23 08:28:42 +0000
commit2872062129ea4b0b33136a5b48c8c51dcd820311 (patch)
tree280b1d775878b7d868da1c4f4ac790812d7a2446
parent25a4ea6de0741c64b6539b8604bc67f2aadf4bcf (diff)
downloademacs-2872062129ea4b0b33136a5b48c8c51dcd820311.tar.gz
Add arch tagline
-rw-r--r--lisp/json.el1
-rw-r--r--lisp/language/sinhala.el1
-rw-r--r--lisp/progmodes/sym-comp.el4
3 files changed, 5 insertions, 1 deletions
diff --git a/lisp/json.el b/lisp/json.el
index 64d6f03a780..24685fdb106 100644
--- a/lisp/json.el
+++ b/lisp/json.el
@@ -525,4 +525,5 @@ Advances point just past JSON object."
(provide 'json)
+;; arch-tag: 15f6e4c8-b831-4172-8749-bbc680c50ea1
;;; json.el ends here
diff --git a/lisp/language/sinhala.el b/lisp/language/sinhala.el
index 9c4b9356e9e..7b470c9c32e 100644
--- a/lisp/language/sinhala.el
+++ b/lisp/language/sinhala.el
@@ -37,4 +37,5 @@
'(#xD80 . #xDFF)
(list (cons "[\xD80-\xDFF\x200C\x200D]+" 'font-shape-text)))
+;; arch-tag: 87b9ad3b-5090-422f-b942-eb85b9d52e7c
;; sinhala.el ends here
diff --git a/lisp/progmodes/sym-comp.el b/lisp/progmodes/sym-comp.el
index 74280c7a88f..a44c6e593f2 100644
--- a/lisp/progmodes/sym-comp.el
+++ b/lisp/progmodes/sym-comp.el
@@ -4,7 +4,7 @@
;; Author: Dave Love <fx@gnu.org>
;; Keywords: extensions
-;; $Revision: 1.2 $
+;; $Revision: 1.1 $
;; URL: http://www.loveshack.ukfsn.org/emacs
;; This file is free software; you can redistribute it and/or modify
@@ -258,4 +258,6 @@ completion:
elt)))
(provide 'sym-comp)
+
+;; arch-tag: 6fcce616-f3c4-4751-94b4-710e83144124
;;; sym-comp.el ends here