mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Add arch taglines
This commit is contained in:
parent
770ecbeecb
commit
fbaf0946b2
@ -66,3 +66,5 @@
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted provided the copyright notice and this notice are preserved.
|
||||
|
||||
;;; arch-tag: 021fa3ae-e1d0-451b-866e-c5b10b325e78
|
||||
|
@ -65,3 +65,5 @@
|
||||
Free Software Foundation, Inc.
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted provided the copyright notice and this notice are preserved.
|
||||
|
||||
;;; arch-tag: 3be3b13c-b969-4c9d-8542-66e0b5a3d27a
|
||||
|
@ -103,3 +103,5 @@
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted provided the copyright notice and this notice are preserved.
|
||||
|
||||
;;; arch-tag: c3252583-f87e-476c-9f21-482773f7ed8a
|
||||
|
@ -1876,3 +1876,5 @@
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted provided the copyright notice and this notice are preserved.
|
||||
|
||||
;;; arch-tag: d0d613db-0a9b-459c-a1c7-8a1722c771c1
|
||||
|
@ -117,3 +117,5 @@
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted provided the copyright notice and this notice are preserved.
|
||||
|
||||
;;; arch-tag: d7f0febd-4aca-429a-9493-d71cd04ad9f0
|
||||
|
@ -468,3 +468,5 @@
|
||||
(setcar x (cdr x)) (setcdr x tmp)))
|
||||
map)
|
||||
(define-translation-table 'cp51932-encode map))
|
||||
|
||||
;;; arch-tag: d21c06e5-a548-4dda-8802-c2922ff19da3
|
||||
|
@ -2083,3 +2083,5 @@
|
||||
(setcar x (cdr x)) (setcdr x tmp)))
|
||||
map)
|
||||
(define-translation-table 'eucjp-ms-encode map))
|
||||
|
||||
;;; arch-tag: c4191096-288a-4f13-9b2a-ee7a1f11eb4a
|
||||
|
@ -89,4 +89,6 @@ Obsoletes `c-forward-into-nomenclature'."
|
||||
capitalized-next-word-boundary-function-table))
|
||||
|
||||
(provide 'cap-words)
|
||||
|
||||
;;; arch-tag: 46513b64-fe5a-4c0b-902c-ed235c22975f
|
||||
;;; cap-words.el ends here
|
||||
|
@ -2854,3 +2854,5 @@
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted provided the copyright notice and this notice are preserved.
|
||||
|
||||
;;; arch-tag: 1bff38bd-2030-46ae-9d18-f15e6006b665
|
||||
|
@ -992,3 +992,6 @@ It has one extra slot whose value is a list of script symbols. */);
|
||||
}
|
||||
|
||||
#endif /* emacs */
|
||||
|
||||
/* arch-tag: b6665960-3c3d-4184-85cd-af4318197999
|
||||
(do not change this comment) */
|
||||
|
@ -652,3 +652,6 @@ extern Lisp_Object Vchar_script_table;
|
||||
do { (sym) = intern ((name)); staticpro (&(sym)); } while (0)
|
||||
|
||||
#endif /* EMACS_CHARACTER_H */
|
||||
|
||||
/* arch-tag: 4ef86004-2eff-4073-8cea-cfcbcf7188ac
|
||||
(do not change this comment) */
|
||||
|
@ -970,3 +970,6 @@ syms_of_chartab ()
|
||||
defsubr (&Soptimize_char_table);
|
||||
defsubr (&Smap_char_table);
|
||||
}
|
||||
|
||||
/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda
|
||||
(do not change this comment) */
|
||||
|
Loading…
Reference in New Issue
Block a user