Mercurial > emacs
changeset 92123:e670b615aad9
Add arch tagline
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 23 Feb 2008 08:28:42 +0000 |
parents | 74bf6df13b6c |
children | 0249dbc614f0 |
files | lisp/json.el lisp/language/sinhala.el lisp/progmodes/sym-comp.el |
diffstat | 3 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/json.el Sat Feb 23 06:32:12 2008 +0000 +++ b/lisp/json.el Sat Feb 23 08:28:42 2008 +0000 @@ -525,4 +525,5 @@ (provide 'json) +;; arch-tag: 15f6e4c8-b831-4172-8749-bbc680c50ea1 ;;; json.el ends here
--- a/lisp/language/sinhala.el Sat Feb 23 06:32:12 2008 +0000 +++ b/lisp/language/sinhala.el Sat Feb 23 08:28:42 2008 +0000 @@ -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
--- a/lisp/progmodes/sym-comp.el Sat Feb 23 06:32:12 2008 +0000 +++ b/lisp/progmodes/sym-comp.el Sat Feb 23 08:28:42 2008 +0000 @@ -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 @@ elt))) (provide 'sym-comp) + +;; arch-tag: 6fcce616-f3c4-4751-94b4-710e83144124 ;;; sym-comp.el ends here