diff options
| author | Miles Bader | 2008-02-23 08:28:42 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-02-23 08:28:42 +0000 |
| commit | 2872062129ea4b0b33136a5b48c8c51dcd820311 (patch) | |
| tree | 280b1d775878b7d868da1c4f4ac790812d7a2446 | |
| parent | 25a4ea6de0741c64b6539b8604bc67f2aadf4bcf (diff) | |
| download | emacs-2872062129ea4b0b33136a5b48c8c51dcd820311.tar.gz emacs-2872062129ea4b0b33136a5b48c8c51dcd820311.zip | |
Add arch tagline
| -rw-r--r-- | lisp/json.el | 1 | ||||
| -rw-r--r-- | lisp/language/sinhala.el | 1 | ||||
| -rw-r--r-- | lisp/progmodes/sym-comp.el | 4 |
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." | |||
| 525 | 525 | ||
| 526 | (provide 'json) | 526 | (provide 'json) |
| 527 | 527 | ||
| 528 | ;; arch-tag: 15f6e4c8-b831-4172-8749-bbc680c50ea1 | ||
| 528 | ;;; json.el ends here | 529 | ;;; 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 @@ | |||
| 37 | '(#xD80 . #xDFF) | 37 | '(#xD80 . #xDFF) |
| 38 | (list (cons "[\xD80-\xDFF\x200C\x200D]+" 'font-shape-text))) | 38 | (list (cons "[\xD80-\xDFF\x200C\x200D]+" 'font-shape-text))) |
| 39 | 39 | ||
| 40 | ;; arch-tag: 87b9ad3b-5090-422f-b942-eb85b9d52e7c | ||
| 40 | ;; sinhala.el ends here | 41 | ;; 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 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 7 | ;; $Revision: 1.2 $ | 7 | ;; $Revision: 1.1 $ |
| 8 | ;; URL: http://www.loveshack.ukfsn.org/emacs | 8 | ;; URL: http://www.loveshack.ukfsn.org/emacs |
| 9 | 9 | ||
| 10 | ;; This file is free software; you can redistribute it and/or modify | 10 | ;; This file is free software; you can redistribute it and/or modify |
| @@ -258,4 +258,6 @@ completion: | |||
| 258 | elt))) | 258 | elt))) |
| 259 | 259 | ||
| 260 | (provide 'sym-comp) | 260 | (provide 'sym-comp) |
| 261 | |||
| 262 | ;; arch-tag: 6fcce616-f3c4-4751-94b4-710e83144124 | ||
| 261 | ;;; sym-comp.el ends here | 263 | ;;; sym-comp.el ends here |